Set up a database and serve character sheets from it #277
No reviewers
Labels
No Label
hex-grid
maintenance
music-player
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: savanni/monorepo#277
Loading…
Reference in New Issue
No description provided.
Delete Branch "visions-database"
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?
The idea is that we have a database that stores all of the data. When requested, character sheets get served from the database and rendered in the UI. While not completed yet, the UI will need to choose the renderer plugin based on the character sheet system, which will always be stored within the character sheet itself.
In addition to having a database, the database will be automatically constructed and migrated as needed.
Resolves #104 and #105