Livoa LogoLivoa
Future State Context Diagram
Tongariro Cinemas


Digital Platform

(API + DB + Admin)

Customers


(Web/Mobile)

Manager/Admin
Movie Distributors
Payment Gateway
Email/SMS


Notification

Q’ullean Café


POS

Domain Model / ERD (High Level)
Movie


- movie_id *

- title

- rating

- runtime

Showtime


- showtime_id *

- movie_id

- theatre_id

- start_at

Theatre


- theatre_id

- name

- capacity

Seat


- seat_id

- theatre_id

- label

- type

Order


- order_id *

- customer_id

- total

- status

- created_at

OrderItem


- item_id

- order_id

- ticket_type

- price

- seat_id ?

- showtime_id

Customer


- customer_id

- name

- email

- phone

Payment


- payment_id *

- order_id

- amount

- method

- status

User (Admin)


- user_id

- role

- email

- password_hash

1..*
1..1
0..1

a

by sha

0
0 uses