Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup the database and an admin user when starting the app for the first time #3

Open
ghost91- opened this issue Jan 18, 2018 · 0 comments
Labels

Comments

@ghost91-
Copy link
Contributor

ghost91- commented Jan 18, 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

  • 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.
@ghost91- ghost91- added this to the 0.1 milestone Jan 18, 2018
@ghost91- 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- 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
@ghost91- ghost91- removed this from the 0.1 milestone Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant