You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I like the idea of tracking filled posts, but I'm wondering why we'd leave
filled posts visible?
I guess visible with a "filled" status isn't the behavior I would expect.
On Fri, Dec 20, 2024, 15:23 Joe Jasinski ***@***.***> wrote:
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.
—
Reply to this email directly, view it on GitHub
<#573>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHKYUA3AXBFX2S5E5VJ4GT2GSDGXAVCNFSM6AAAAABT73TPN6VHI2DSMVQWIX3LMV43ASLTON2WKOZSG42TGNJQGA4TGOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
I'm with heather on the above. As a job seeker, if the position is filled I don't want to waste my time looking at it. As an chipy.org admin - I'd like to maybe have a dashboard that shows how many job postings we had over a given period of time and how many of those were filled.
I suggest we add the field and let the owner edit that field. The postings list view would then have a filter such that approved, current, unfilled postings are displayed.
I can take this ticket if you're good with the approach @JoeJasinski
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:
The text was updated successfully, but these errors were encountered: