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 Cinema-data-modelling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions database-cinema.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{35B5BC05-78AA-4509-BFEC-D543EEF73EAB}"
ProjectSection(SolutionItems) = preProject
Cinema-data-modelling.png = Cinema-data-modelling.png
README.md = README.md
user-stories.md = user-stories.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
5 changes: 4 additions & 1 deletion user-stories.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- 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 an admin, so I can manage the movies shown at the cinema, I want to update the list of movies.
- As an owner, so I can expand my business, I want to be able to add more screens to my cinema.
- As a manager, so I can keep things organized, I want to be able to see a record of a customer's tickets.
- As a manager, so I can schedule screenings, I want to see a screen's scheduled movies.