Build Studio: Difference between revisions
Xamunadmin (talk | contribs) |
Xamunadmin (talk | contribs) |
||
Line 71: | Line 71: | ||
====Environment Variable==== | ====Environment Variable==== | ||
Environment variables are needed to store the application secrets and configuration data. | Environment variables are needed to store the application secrets and configuration data. | ||
===Page Routes=== | ===Page Routes=== |
Revision as of 15:37, 27 February 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.
Create Module (For Web Only)
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.
Entiry and Property Maintenance
It contains the list of pages and its properties where the user has the option to add, edit and delete.
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.
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.
Add route
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.
Add module
Create Workflow
Version Release
way to differentiate current and past application configurations is through the Version Release.