Mee42 / cs509-project

2 stars 0 forks source link

Add Message for No Flights Found #30

Closed travis-mann closed 5 months ago

travis-mann commented 6 months ago

frontend should display a message to the user if no flights are found for a given search.

ChinhDangg commented 6 months ago

I have added a http response code of 400 and a message from backend to frontend if all the flight search inputs received from frontend don't meet the requirements. Empty search will still just return a map (key inbound or outbound) with empty value.

travis-mann commented 5 months ago

Toast message added to frontend when flightsearch api call returns 0 results