lanebpemberton / bad-code-blaster

1 stars 3 forks source link

Database and Backend #4

Open DianaLunaXIV opened 3 years ago

DianaLunaXIV commented 3 years ago

I threw together a diagram to roughly conceptualize what data we need to store in a database and how it could be organized. Feedback needed! bcb-backend

lanebpemberton commented 3 years ago

Looking good! Some thoughts:

markhamtrenton commented 3 years ago

Very good layout Brent for the backend!

DianaLunaXIV commented 3 years ago

Here's an updated version of this diagram. This includes more concrete decisions about data to save, taking your suggestions into account. bcb-backend-2

DianaLunaXIV commented 3 years ago

Our backend is in a state that will cooperate with the game, I think. It will not be difficult to add additional queries and mutations if necessary and small changes.