hackforla / jobs-for-hope

Aggregate job opportunities for homeless service providers so that people can search for a job in the non-profit sector that fits their skillset.
MIT License
19 stars 20 forks source link

Fix bugs in searching/sorting jobs #167

Closed entrotech closed 5 years ago

entrotech commented 5 years ago

Clean up zip codes for jobs so they are all five digits or an empty string. For location searches, user enters zip code first. If proper zip code is entered, then radius drop-down shows options of (Exact) or various distances, to combine the exact zip code search with the distance-based search. When a location-based search is done, jobs without a valid zip code will be included in the result set, but sorted to the end (regardless of the user's sort selection). Fixed bug where distance calculation was rounding to the nearest mile. Closes #166 - make Position Title and organization names into links that go to the service rpovider's job listing, or the Job for Hope Organizationview, respectively.