Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 773 Bytes

notes.md

File metadata and controls

66 lines (47 loc) · 773 Bytes

Some Notes on Schema / Models for Dream Vacay

trips class

dates

destination

num of guests

budget

trips list

# dates
# destination
# origin 
# guests 

# flights list 
# lodgings list 

trip subclass

# dates
# destination
# origin 
# guests 

# flight 
# lodging
# total price

flight class - back end class

# dates
# location (origin - destination)
# price
# number of guests
# airline
# time 
# duration 
# layovers

lodging class

# dates
# location 
# price 
# number of guests/beds 
# images url

Tables

flights

#ID

lodgings

flight class

location (from and to)

price

lodging class

price

picture url