rshah98626 / PoolCar

Pool it up!
0 stars 0 forks source link

Table Filters #38

Closed rshah98626 closed 4 years ago

rshah98626 commented 4 years ago

Front End: Modify the table view to have a search bar where users can search for destinations, origins, and timing. Maybe some sort of search bar that has options for text and time and then make a GET request to the backend which updates the rideViewModel.

Backend: Creating a GET request route for rides which allows for parameters and returns an array of rides matching specified criteria.

Raajesh12 commented 4 years ago

Finished in PR: https://github.com/rshah98626/PoolCar/pull/53