OperationCode / operationcode_frontend

Front-end repository for live site. Please go to `front-end` repo to contribute instead.
https://operationcode.org
MIT License
101 stars 222 forks source link

Display featured jobs on Jobs page, above search results #985

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Description of changes

Displays 'Featured Jobs' section above Ziprecruiter job search section on /jobs page.

Screenshot w/ mock data: selection_057

Issue Resolved

MVP requirements for #982

Note - do not merge this yet, as we still need content - the actual 'featured' jobs which will be highlighted at the top of the page. The front-end code is ready for review, I'm currently pulling in data from the static featuredJobs.json file, which only contains mock data for now. This new feature should not go live until we actually have featured jobs to display on the page. They can be loaded from featuredJobs.json or the API & DB (see Back-end PR # 366)

jjhampton commented 6 years ago

@ksmacleod99 @hollomancer Please post an update in here or reach out via Slack when the initial content is ready for this.

jjhampton commented 6 years ago

@kylemh I added a contact link in response to your comment - it will display below featured jobs, or if there are no jobs, it can serve as the placeholder text:

selection_060

jjhampton commented 6 years ago

@hollomancer @ksmacleod99 ~Do you two want to go live with this now (without any featured jobs listed yet)? If so, let me know, and I can unblock/merge this.~ The page will appear like so, with only the contact link:

Update: Not going live yet - awaiting featured jobs content per Slack discussion in #oc-projects.

selection_062

jjhampton commented 6 years ago

The first set of featured job data has been posted in #982 , and has been added to the static JSON file.