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

Set featured jobs whose links are 404-ing to inactive #1045

Closed jjhampton closed 6 years ago

jjhampton commented 6 years ago

Description of changes

All but one of the Featured Jobs on our jobs page link to a 404/not-found page, which indicates that the postings are no longer active. Changed the JSON for those jobs to "status": "inactive" in the JSON data source, which will prevent them from displaying on the page.

We are continuing to display one Featured Job, which still has an active job posting URL to link to.