If the user creates a draft job listing, the publish date can end up being in the past.
This means users need to update the publish date before they can publish the job listing.
Previously, the page contained a red status tag which said ‘Action required’ in capital letters.
But this was ambiguous and required the user to scroll down to see it.
To simplify this, we added a blue notification banner that contains:
- a h2 heading that says ‘There’s a problem’
- a warning that says ‘The publish date must be in the future’, which links down to the publish date section
This is visible as soon as the user arrives on the page, and the warning is repeated next to the publish date using blue inset text.
# User needs
Need HN001
ValidatedAs a hiring staff user
I need to be able to create a job listing
So that jobseekers can find jobs at my school
# Screenshots
![Screenshot of Old design](/images/handling-draft-job-listings-with-a-publish-date-in-the-past/old-design.png)
![Screenshot of New design](/images/handling-draft-job-listings-with-a-publish-date-in-the-past/new-design.png)