bushycargo / HorizenTravel

Full-Stack Website for University Coursework.
0 stars 0 forks source link

JS - Search Flights #22

Closed bushycargo closed 1 year ago

bushycargo commented 1 year ago

b13e60c4cf3830fc9f15313ce114749f801a8c59 - JS - search.js Searching for flights is now working, HOWEVER: Entering an amount of children and adults does nothing as the API has not been modified to allow such entries for booking yet, very simple to implement just iterate through all the relevant flights and check how many seats are open and if not enough are then don't add to search list. Entering dates does nothing which is intentional as the data given doesn't include dates.

bushycargo commented 1 year ago

CFN