Set up a database and serve character sheets from it #277
Loading…
x
Reference in New Issue
Block a user
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