emidombek / uptowngallery

HTML, CSS, JavaScript, Python+Django based website for a small art gallery business deployed to Heroku
1 stars 2 forks source link

USER STORY: Create Database Schema #2

Closed emidombek closed 1 year ago

emidombek commented 1 year ago

User Story

User Story: As a developer, I want to create the initial database schema for the project to define the structure of the database.

Acceptance Criteria:

  1. Define the main entities and their attributes for the database.
  2. Determine primary keys and foreign keys for each table.
  3. Specify data types for each column in the schema.
  4. Ensure the schema follows normalization principles.
  5. Document the database schema for reference.

Tasks:

emidombek commented 1 year ago

Image

Final concept.

emidombek commented 1 year ago

Spreadsheet with mapped models/columns here

emidombek commented 1 year ago

Link for Database Design Documentation here

emidombek commented 1 year ago

All tasks complete.