holtzmak / Community-Meal-Planner-Forum

A Flutter and Firebase forum application to support community discussion for meal planning, sustainable practices, development, and education
Creative Commons Attribution Share Alike 4.0 International
2 stars 1 forks source link

Create database conceptual data models #13

Closed holtzmak closed 3 years ago

holtzmak commented 3 years ago

The database for the project is decidedly a NoSQL database: Firebase. As such, traditional ERDs don't apply the same as they would for a strictly structured database.

Consider this article which speaks to diagramming NoSQL databases.

Create the conceptual data model for the database as per required project deliverables:

holtzmak commented 3 years ago

How administration is handled is better described in the workflow diagram #16 , and in the database query rules later defined in Sprint 1.