Build Studio: Difference between revisions
Xamunadmin (talk | contribs) |
Xamunadmin (talk | contribs) |
||
Line 80: | Line 80: | ||
Once published, developers will be able to view the swagger. Typically, publishing takes about 30 minutes, but a pre-built version of the backup is available. | Once published, developers will be able to view the swagger. Typically, publishing takes about 30 minutes, but a pre-built version of the backup is available. | ||
{| class="wikitable mw-collapsible" | |||
! Feature | |||
! Description | |||
|- | |||
| Add Icon (Create Entity) || • Will open a dialog for Create Entity fields <br> • Users will Create, Edit and Delete Property in each Entity. <br> • User can Save/Cancel when creating an Entity | |||
|- | |||
| Trash Icon (Delete Entity) || • Allow user to Delete create Entity | |||
|- | |||
| Entity || • User has the option to Add, Edit and Delete Entity in each page after predicting. | |||
|- | |||
| Update Entity || • Double click on created entity to update. | |||
|- | |||
|Load XML || • If the Load XML button is clicked, it will open a file dialog for user to select saved Model XML file. Then it will load the selected XML file in the Entity Designer. | |||
|- | |||
|Save || • The save button will allow the user to save/download the created contents for Entity Designer. File extension should be .xml. And Click Save to save changes on the current file. Click Save As to save changes to a new file. | |||
|- | |||
|Zoom in/Zoom out || • Can Zoom in/Zoom out Entity Designer page. | |||
|- | |||
|Reset|| • If the Reset button is clicked, it will roll back to the initial processed data. If data wasn't processed from the Data Model Touchup, your current canvas will be cleared. | |||
|} | |||
====Create Entity and Property==== | ====Create Entity and Property==== |
Revision as of 14:35, 1 March 2024
Build Studio has the backend and frontend setup for the project. The developers can easily build the application using the low-code interface. It also has the feature of deploying the application in an ultra-fast way and testing it.
Check and Confirm Pages
This is the page where the user can check and confirm the pages in Design components. You can view this page after creating a project and application. In this section, the user can group pages by module which is applicable only for Web Applications.
Feature | Description |
---|---|
Design Components | • Paginated list of designs |
Create Module button | • Create Module button should be disabled when all designs/pages are added in a group. • The user will be able to create module |
Add New Design | • A dialog will appear containing the Tenant ID, API Key, Session Keya and App ID with Instructions. • Will import new Figma Design |
Modules | • User can Edit/update created modules. • User can Delete created modules • Paginated list of created modules |
Ellipsis | • By clicking the ellipsis button in each design user has the option to view the Design/Page |
Create Module (For WEB only)
Feature | Description |
---|---|
Create Module | • Group name is required field. • Main component dropdown list should vary based on the selected. Design/Page. This field is a required field. • User has the option to select the Version (Blueprint versions). • At least 2 Designs/Page should be selected when creating a group. |
Choose Version | • Select a version where this module will be added as part of a version releases |
Main Component | • Selection of a page where you will assign as main component |
Include in Deployment | • A checkbox where an option to include this module whenever user Deploy in Sandbox |
Save button | • Save the created module and it will be added on the List of modules. |
Cancel button | • Cancel button will terminate create module action. |
Backend
Data Modelling
At Data Model Touchup, the predicted entity for each page can be set up by extracting the components of the page and setup the parameters.
Feature | Description |
---|---|
Build | • Will build backend data • Enabled where all pages under backend are filled with data and saved. |
View Swagger | • View Swagger Documentation when I'm in the pages under backend section • When clicked, a new tab will appear redirecting to App swagger documentation. • Will only be enabled after a successful backend build. |
Data Model Touchup | • Button toggle option to view for Design Preview and Properties • List down all pages |
Predict | • Predict button will predict entity and parameters in each page. • List of Entity and Properties should be displayed after predicting the page. |
Process | • The process button should only be enabled when at least one page is setup. • If the Process button is clicked, you will be redirected to the Entity Diagram Designer. • Cancel button will terminate the action |
Entity and Property Maintenance
It contains the list of pages and its properties where the user has the option to add, edit and delete.
Feature | Description |
---|---|
Entity | • User has the option to Add, Edit and Delete Entity in each page after predicting. |
Property | • User has the option to Add, Edit and Delete Properties in each Entity based on desired changes. |
Transfer | • Allows user to transfer Property into other created Entities on the Page. |
Save Page | • Should appear once the page is predicted. • Will save the created properties in all entities in the same page |
Save Page and Next | • Should appear once the page is predicted and there’s 2 or more pages |
Entity Designer
This is the page where the developer can confirm and edit the entity of each page.
Once published, developers will be able to view the swagger. Typically, publishing takes about 30 minutes, but a pre-built version of the backup is available.
Feature | Description |
---|---|
Add Icon (Create Entity) | • Will open a dialog for Create Entity fields • Users will Create, Edit and Delete Property in each Entity. • User can Save/Cancel when creating an Entity |
Trash Icon (Delete Entity) | • Allow user to Delete create Entity |
Entity | • User has the option to Add, Edit and Delete Entity in each page after predicting. |
Update Entity | • Double click on created entity to update. |
Load XML | • If the Load XML button is clicked, it will open a file dialog for user to select saved Model XML file. Then it will load the selected XML file in the Entity Designer. |
Save | • The save button will allow the user to save/download the created contents for Entity Designer. File extension should be .xml. And Click Save to save changes on the current file. Click Save As to save changes to a new file. |
Zoom in/Zoom out | • Can Zoom in/Zoom out Entity Designer page. |
Reset | • If the Reset button is clicked, it will roll back to the initial processed data. If data wasn't processed from the Data Model Touchup, your current canvas will be cleared. |
Create Entity and Property
This is the page where the developer can create the entity and property of the pages.
Route Editor (For Mobile only)
The Route Editor is for Mobile application only. This is where the initial code is displayed, and the developer can maintain the code.
Flutter Config(For Mobile only)
The Flutter Configuration is for Mobile applications only. It contains the list of the configuration.
DIO Configuration
This is the page where the developer can view and edit the Dio Configuration.
Local Storage Configuration
This is the page where the developer can view and edit the configuration for Storage Keys.
Services
This is the page where the developer can add and maintain the services.
Repositories
This is the page where the developer can view the different repository files.
Local Database Configuration
This is the page where the developer can add and maintain the database configuration.
Pubspec Editor
This is the page where the developer can add the packages. The JSON can also be viewed from this page.
Screen State
This is the page where the developer can add and maintain the different Screen State.
View Model
This is the page where the developer can create and maintain the View Model.
JSON to Dart
The JSON to Dart Model is for Mobile applications only. This is where the developer can create and maintain the different models.
Build API Swagger
Once swagger is viewable, developers will be able to test and view the back end set up and entity flow.
Frontend
UI Touch Up
This is the page where the front-end design and page routing set-up can be generated.
Angular Config(For Web Only)
To help the developers manage the angular package dependencies and environment variables.
Package Manager
Packages are the dependencies of the application to make it work.
Environment Variable
Environment variables are needed to store the application secrets and configuration data.
Page Routes
Page routing contains the flow from one view to another. This is also where the logic for the business rules can be applied.
Application Logic
Once Application logic for the business rules were set and integration is created, “Build” button will be available. Once done building the Frontend, App Test Site will be available for testing.
Version Release
way to differentiate current and past application configurations is through the Version Release.
Create Version
This is the page where the developer can create the different release versions.
Version Modules
This page list down the modules added in each version. The modules are created from Design Component page.