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: Define Tables and Relationships #3

Closed emidombek closed 1 year ago

emidombek commented 1 year ago

User Story: Define Tables and Relationships

User Story: As a developer, I want to define the tables and relationships in the database schema based on the initial design.

Acceptance Criteria:

  1. Create individual tables for each entity in the schema.
  2. Define relationships (e.g., one-to-many, many-to-many) between tables.
  3. Ensure referential integrity through foreign key constraints.
  4. Implement any required join tables for many-to-many relationships.
  5. Verify that the schema aligns with the initial design.

Tasks:

emidombek commented 1 year ago

See spreadsheet for models here and Database Design Documentation here

emidombek commented 1 year ago

All tasks complete