Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search Rides #12

Closed
nklapste opened this issue Oct 23, 2018 · 0 comments
Closed

Search Rides #12

nklapste opened this issue Oct 23, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nklapste
Copy link
Contributor

The member should be able to enter 1-3 location keywords and retrieve all rides that match all keywords. A ride matches a keyword if the keyword matches one of the locations source, destination, or enroute. Also a location matches a keyword if the keyword is either the location code or a substring of the city, the province, or the address fields of the location. For each matching ride, all information about the ride (from the rides table) and car details (if any) will be displayed. If there are more than 5 matches, at most 5 will be shown at a time, and the member is provided an option to see more. The member should be able to select a ride and message the member posting the ride that h/she wants to book seats on that ride.

@nklapste nklapste added the enhancement New feature or request label Oct 23, 2018
@ryfurrer ryfurrer mentioned this issue Nov 2, 2018
@ryfurrer ryfurrer self-assigned this Nov 4, 2018
ryfurrer added a commit that referenced this issue Nov 5, 2018
Addresses #12 and updates #13

* Updated offer ride

* search rides works for lcodes

* search rides fully implemented

* minor comments added

* lint corrections

* Initial fixes to #53 refactoring

* Most of the fixes to #53 refactoring changes

* search rides parser info update and removed unnecessary print statements
@ryfurrer ryfurrer closed this as completed Nov 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants