-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
As a job poster, I want to indicate if a job that I posted has been filled, so that I can remove the posting but demonstrate that it has been filled.
We should add a column to the job post table to indicate if a job post has been filled and also a date indicating the filled date. The date could default to the current date.
Acceptance Criteria:
- Modify the model and forms to expose a filled checkbox (or similar) and date field to indicate filled.
- Filter the job posting to filter out filled jobs
- A job poster should be able to mark a job as filled on the job update view.
- (optional) An anonymous viewer should be able to see a list of unfilled and filled jobs.