Build Studio: Difference between revisions
Xamunadmin (talk | contribs) |
Xamunadmin (talk | contribs) No edit summary |
||
Line 44: | Line 44: | ||
=====Add Package===== | =====Add Package===== | ||
====Environment Variable==== | ====Environment Variable==== | ||
Environment variables are needed to store the application secrets and configuration data. | |||
=====Add Variable===== | =====Add Variable===== | ||
Revision as of 15:56, 23 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
Entity Designer
Create Entity and Property
Route Editor (For Mobile only)
Flutter Config(For Mobile only)
DIO Configuration
Local Storage Configuration
Services
Repositories
Local Database Configuration
Repositories
Pubspec Editor
Screen State
View Model
JSON to Dart
Build API Swagger
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.
Add Package
Environment Variable
Environment variables are needed to store the application secrets and configuration data.
Add Variable
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.