rukaiah-edhah / Ijele

A a travel group app that simplifies group trip planning by allowing users to manage bookings, split bills, and organize schedules collaboratively.
0 stars 0 forks source link

Implement Hotel Search API #7

Closed rukaiah-edhah closed 1 day ago

rukaiah-edhah commented 3 weeks ago

As a user, I want to search for hotels by location and dates so that I can find accommodations that meet my needs.

Abutalibhasan commented 6 days ago

I figured out how the hotel offers api works and tested it, I just need to fetch the data and create the route & the component for it.

rukaiah-edhah commented 2 days ago

Yesterday, @Abutalibhasan and I had a meeting to try and resolve these errors. We are experiencing both of these errors interchangeably, and I'll spend the next couple of days figuring it out.

Screenshot 2024-07-05 at 11 26 53 AM Screenshot 2024-07-05 at 11 32 46 AM
rukaiah-edhah commented 1 day ago

The issue we were experiencing was that we were using invalid or unavailable hotel IDs. However, when I tested it today with different ones, it was successful.

Screenshot 2024-07-06 at 12 19 24 PM
rukaiah-edhah commented 1 day ago

Done.