Integrated Flows
This page describes the most common user flows when the three projects work together.
Create a Form Connected to a Table
- Sign in to MainApp_DEMO.
- Open DB Designer.
- Create a base, for example
Event registrations. - Create a table, for example
Participants. - Add the required fields:
name,email,company,notes,privacy_consent. - Return to MainApp_DEMO.
- Open Form Builder.
- Create a project or open an existing one.
- Add a form to the page.
- Connect the form fields to the expected data structure.
- Save and test submission.
- Reopen DB Designer and check that the row was created.
Create a Data Dashboard
- Prepare data and tables in DB Designer.
- Create a new dashboard page in the Builder.
- Add cards, charts, record lists, or data grids.
- Configure data components according to the available tables.
- Use consistent colors, titles, and filters.
- Check the dashboard in preview.
Open Builder from MainApp_DEMO
- Sign in to MainApp_DEMO.
- Check that Builder is visible in the sidebar.
- Click Builder.
- The system opens
http://localhost:5174/bridge?init=1in a new window. - Wait for the bridge to complete.
- Enter the Builder dashboard.
First DB Designer Access Through Bridge
- Sign in to MainApp_DEMO.
- Open DB Designer.
- The bridge transfers the user identity.
- If the user does not yet exist in the data system, password setup is requested.
- After saving, the system creates the user and opens the dashboard.
Why a password can be requested
DB Designer uses NocoDB as its data backend. First access can require creating the user even if you are already authenticated in MainApp_DEMO.
Recommended Sequence for a New Project
| Phase | Tool | Result |
|---|---|---|
| 1 | MainApp_DEMO | Users, roles, and access ready |
| 2 | DB Designer | Bases and tables created |
| 3 | Form Builder | Pages and forms built |
| 4 | Form Builder | Preview and test |
| 5 | DB Designer | Collected data checked |
| 6 | MainApp_DEMO | Users and workspace monitored |