kacperzolkiewski / CodersCamp2020.CinemaApp

0 stars 1 forks source link

Create model CINEMA HALL #11

Closed mateuszCabala95 closed 3 years ago

mateuszCabala95 commented 3 years ago

Based on wiki create MongoDB model Cinema Hall (Sala Kinowa)

R4fau commented 3 years ago

My idea of model structure:

Cinema -MoviesList --Movie ---startDateTime ---endDateTime ---SeatsList ----Seat -----status [ "free","taken", "booked"] -----"localization"(row, number)

mateuszCabala95 commented 3 years ago

I need a name of cinema hall for my PDF ticket

karolinaszarek commented 3 years ago

I've created cinema-hall model based on this.

It is on feature/cinema-hall branch