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
Currently, the application depends on the databse being setup manually (including users). To improve usability, we should provide a setup page if the application detects that the setup has not been done yet (i.e. there the user table is empty etc.). This setup page should allow the person installing the application to create the necessary tables in the database and create the initial admin user.
Description
As an administrator, i want to be able to setup the application's tables and an initial user via a setup page so that I don't have to modify the database manually.
Acceptance criteria
If no setup is detected, the app should display a setup page.
The page should lead the person installing the application through the creation of the tables and the creation of the initial admin user.
The text was updated successfully, but these errors were encountered:
ghost91-
changed the title
setup the database and an admin user when starting the app for the first time
feature: setup the database and an admin user when starting the app for the first time
Jan 18, 2018
ghost91-
changed the title
feature: setup the database and an admin user when starting the app for the first time
Setup the database and an admin user when starting the app for the first time
Jan 19, 2018
Summary
Currently, the application depends on the databse being setup manually (including users). To improve usability, we should provide a setup page if the application detects that the setup has not been done yet (i.e. there the user table is empty etc.). This setup page should allow the person installing the application to create the necessary tables in the database and create the initial admin user.
Description
As an administrator, i want to be able to setup the application's tables and an initial user via a setup page so that I don't have to modify the database manually.
Acceptance criteria
The text was updated successfully, but these errors were encountered: