max-elixir / MovieManager

Movie Manager is a web and/or android-based application that assists movie theater staff in maintaining and building a movie schedule. Group project for a Database Systems class.
0 stars 0 forks source link

As a customer, I should be able to reserve tickets for a movie #15

Open sftwre opened 5 years ago

sftwre commented 5 years ago

Input is username, password, and movie screening id. Output is confirmation of the order.

Touched the following tables

  1. User
  2. Customer_tickets
  3. Movie_schedule