You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the database hasn't been created yet, the system_status should be set to "init".
This way the frontend can display a form to fill in fields for the database after login.
Once the form is submitted, the database is created, and user will be redirected to the dashboard.
TODO:
Backend: system_status "init"
Frontend: Init page with form
The text was updated successfully, but these errors were encountered:
When the database hasn't been created yet, the system_status should be set to "init".
This way the frontend can display a form to fill in fields for the database after login.
Once the form is submitted, the database is created, and user will be redirected to the dashboard.
TODO:
The text was updated successfully, but these errors were encountered: