setup the database and an admin user when starting the app for the first time #9
Labels
No labels
Priority: Critical
Priority: High
Priority: Low
Priority: Medium
Status: Blocked
Status: In Progress
Status: Pending
Status: Review Needed
Status: Revision Needed
Tech: Database
Tech: Library
Tech: Security
Tech: vibe.d
Type: Bug
Type: Enhancement
Type: Maintenance
Type: Question
Type: Upstream Bug
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: fsimphy/calendar-webapp#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 applications tables and an initial user via a setup page.
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.