Create Table
Last updated
Last updated
To create table 1. Create>2. [Create Table]. 3. Fill all the required sections:
Name - Give public name for your table ( ex: Orders )
Key - Table technical name ( table in database will be created with this name )
Logic Table - Table will be used when users login
Cache - when enabled, stores data to optimize the responsiveness and speed of the admin panel. This caching mechanism updates automatically every 15 seconds to ensure that data remains current while reducing the need for repeated data retrieval. By maintaining a frequently updated cache.
Soft delete - able rows will be hidden from used but will exist in database when deleted
"Add table" is an action that allows users to utilize an already created table in unlimited folders.
Micro-frontend architecture allows different teams to develop, deploy, and manage parts of a frontend application independently, while still ensuring a cohesive user experience. In the admin panel, Micro-frontend functions enable you to integrate and manage separate frontend modules seamlessly.
To create a new Micro-frontend function, follow these steps:
Step.1 Navigate to the Settings:
• In the Menu bar, go to Settings from the menu bar.
Step.2 Access the Code Section:
• Click on the Code section.
• From the list, select Micro-frontend.
Step.3 Open the Micro-frontend Page:
• You will be taken to the Micro-frontend function page, where you can view a table of all the existing Microfrontend functions that have already been created within the admin panel.
Step.4 Create a New Micro-frontend Function:
• To create a new Micro-frontend function, click on the + Add button.
• You will be directed to a new creation page, where you need to fill in the following five fields:
Resource(Ресурс): This will default to the company’s GitLab repository.
Link (Ссылка): Enter a link for the Micro-frontend function (required).
There are some requirements for entering link(Ссылка), should not contain any Uppercase letter and should not be space between words. Instead of space, should use “-” symbol.
Label (Названия): Enter a label for the function (required).
There are some requirements for entering Label (Названия), should not contain any Uppercase letter and should not be space between words. Instead of space, should use “-” symbol.
Framework(Фреймворк): Select the framework for the Micro-frontend. You can choose between React, Vue.js, or Angular.
Description(Описания): Optionally, provide a description for the function.
Step.5 Save the Micro-frontend Function:
• After completing the form, click Save. The new Micro-frontend function will be automatically saved to the Udevs GitLab repository, under the ucode_micro_frontend folder.
Add Website To add a website, follow these steps:
1. Select the Add Website option from the pop-up menu.
2. In the Website Link form that appears:
• Title (en): Enter a label or name for the website (e.g., the website’s title or purpose).
• Website Link: Paste the URL of the website you want to add.
3. Once both fields are filled:
• Click the "Add" button to save the link.
4. The website link will now be added to your project for further use.