numfocus / jobs-board

Minimalist jobs board implementation
https://jobs.numfocus.org
BSD 3-Clause "New" or "Revised" License
17 stars 37 forks source link

Expired jobs are still hosted and accessible via third party search #25

Open dkozel opened 2 years ago

dkozel commented 2 years ago

Jobs are correctly de-listed from the jobs homepage after expiring, but the individual page remain hosted afterwards. The listing does include the deadline, but many people are not reading it and the overall visual styling does not make it clear that the job is no longer available.

For example this GNU Radio job is still listed and we still receive emails from prospective applicants.

I suggest either that the individual pages are also removed after expiry, or that a visual styling is added to make it very clear once a deadline is past.

Thanks!

stefanv commented 2 years ago

We can add visual styling, but the permalinks to the job are meant to remain active.

I am on leave right now, so if you ping me in a week I will address it. Or I can meanwhile accept a PR.

Thanks for the report!