diff --git a/Cinema-data-modelling.png b/Cinema-data-modelling.png new file mode 100644 index 0000000..3b24c1d Binary files /dev/null and b/Cinema-data-modelling.png differ diff --git a/database-cinema.sln b/database-cinema.sln new file mode 100644 index 0000000..2b93419 --- /dev/null +++ b/database-cinema.sln @@ -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 diff --git a/user-stories.md b/user-stories.md index b836475..e249ef8 100644 --- a/user-stories.md +++ b/user-stories.md @@ -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. \ 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 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. \ No newline at end of file