YinYang117 / AaDnD

2 stars 0 forks source link

Database #4

Open YinYang117 opened 1 year ago

YinYang117 commented 1 year ago

We need a database. It can be SQL, or we can go with mongoose or some other setup.

We'll need to save users. Each user will need to be able to load their character and not authorized to load other characters. High priority.

Will need a way for one user to have additional access to options in the site. The Dungeon Master. High priority.

We'll need to save characters. Can save them as a JSON file for now just fine. High priority.

We'll need to save locations, NPC's, and custom items. Can also save these as JSON files super easily. medium priority

We may want to save a "game", to allow multiple concurrent games. Low Priority.

WJVincent commented 1 year ago

Once we figure out the mvp's we will be in a better spot to look at what data we need to store and how we want to approach storing that data. https://github.com/YinYang117/AaDnD/wiki/DB-SCHEMA