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 System Admin, I need to be able to schedule a trailer for a given movie title. #14

Open sftwre opened 5 years ago

sftwre commented 5 years ago

Input is trailer name, screenId, and start_time. Output is the updated trailer_schedule for the movie.

  1. Trailer
  2. Trailer_schedule

example query: schedule_trailer('Spiderman', 'Avengers', 1, '9:35 AM');