From 1109e1e2587f2a23285a83e8a0982d7a59ec507b Mon Sep 17 00:00:00 2001 From: Erik Bergvall Date: Tue, 21 Jan 2025 12:06:06 +0100 Subject: [PATCH] Exersice done --- ERD.drawio | 560 ++++++++++++++++++++++++++++++++++++++++++++++++ user-stories.md | 6 +- 2 files changed, 565 insertions(+), 1 deletion(-) create mode 100644 ERD.drawio diff --git a/ERD.drawio b/ERD.drawio new file mode 100644 index 0000000..e1a0cd4 --- /dev/null +++ b/ERD.drawio @@ -0,0 +1,560 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/user-stories.md b/user-stories.md index b836475..fe376b1 100644 --- a/user-stories.md +++ b/user-stories.md @@ -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. \ No newline at end of file +- As an admin, so I can manage the movies shown at the cinema, I want to update the list of movies. +- As a customer, so I can watch movies I want to be able to book tickets for a movie +- As an admin, so I can maintain a record of all customers and thier purcheses I want to store the customers and the tickets they purchase +- As an admin, so I can expand my cinema I want to be able to add more screens to the cinema + \ No newline at end of file