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

Implement Deep Linking on Jobs Search Page #178

Closed entrotech closed 5 years ago

entrotech commented 5 years ago

Overview

When the search criteria are specified on the Jobs page, the url should be updated to add the criteria to the url as search string paramters. This would allow users to copy and paste the url into an email, etc. so the url can be copy/pasted into a browser window and get the exact same query results. This will probably require changes to the client-side routing to accommodate the query string parameters as well.