Add a new feature to cab-sharing . When a user creates a new cab booking, after entering the details (From, To, StartTime, and EndTime), the app should show a list of cabs that are already booked by other users within the specified time range.
Tasks
- Modify CabAddScreen accordingly.
- Create a new endpoint to get cab in the specified time range and locations. Or use current search endpoint?
Add a new feature to cab-sharing . When a user creates a new cab booking, after entering the details (
From,To,StartTime, andEndTime), the app should show a list of cabs that are already booked by other users within the specified time range.Tasks