Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions entities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Movie
- Screening
- Screen
- Customer
- Ticket
- Cinema
6 changes: 5 additions & 1 deletion user-stories.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- As a customer, so I can receive my tickets, I want to provide my contact information.
- As a customer, so I can decide which movie I want to watch, I want to see a list of movies.
- As an admin, so I can manage the movies shown at the cinema, I want to update the list of movies.
- As a customer, you want to see a list of screening to see what movie screens when
- As an admin, so I can manage the movies shown at the cinema, I want to update the list of movies.
- As an admin, you want to add screens to the cinema
- As an admin, you want to add screenings to a screen.
- As an admin, you want to keep customer information.