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.
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.