Story 3.4.10. RJ. Publication is not actual

Content

General info

This story addresses the scenario where a job publication is no longer active. The user should be notified that the job posting is no longer available and be provided with options for further navigation, such as returning to the homepage or exploring other job opportunities.

User story

As a Rocken Jobs user,
I want to see a clear notification when a job publication is no longer active
so that I understand the status of the job and can explore other opportunities or navigate back to the homepage.

Visual design:

 

#

Acceptance Criteria

 

01

Scenario: Job publication is inactive
Given a user opens an inactive job publication
When the system detects the job is no longer available
Then the system displays a modal with a notification: "This position is no longer open."

02

Scenario: Modal design
Given a user views the inactive job publication modal
When the modal appears
Then it displays a clear message, an illustration, and a link labeled "Back to homepage."

03

Scenario: Navigation to the homepage
Given the modal is displayed
When the user clicks "Back to homepage"
Then the system redirects them to the homepage.

04

Scenario: Responsive design
Given the modal is displayed
When the user accesses it on different devices
Then the modal adjusts to fit desktop, tablet, and mobile views.

05

Scenario: Accessibility compliance
Given the modal is displayed
When the user navigates using a screen reader
Then the content is read aloud, and navigation is possible using the keyboard.

06

Scenario: Notification visibility
Given a user interacts with an inactive job publication
When the modal appears
Then the background content is dimmed, and the modal is in focus.

07

Scenario: Explore other jobs
Given a user views the inactive job modal
When they close the modal
Then the user is shown a suggestion section with similar active jobs.

Comments

Leave a Reply