As a site owner,
I want to create a comprehensive database schema for the festival app,
So that I can ensure all necessary data is structured and stored efficiently.
Acceptance Criteria
Entity Definition: All entities such as Users, Bands, Events, and UserWishes are clearly defined in the schema with appropriate attributes.
Schema Documentation: The database schema is well-documented, including tables, fields, data types, and constraints.
Tasks
[x] Identify Entities: List all the entities needed for the app (e.g., User, Band, Event).
[x] Define Attributes: For each entity, define necessary attributes (e.g., User might have name, email).
[x] Choose Data Types: Assign appropriate data types to each attribute (e.g., VARCHAR for names, emails).
[x] Document Schema: Use a tool or diagram to document the schema for reference.
JorgenDIF/PP4-Riot-Rythm-Festival#63
As a site owner, I want to create a comprehensive database schema for the festival app, So that I can ensure all necessary data is structured and stored efficiently.
Acceptance Criteria
Tasks