Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure job applications cannot be submitted with unexplained gaps in employment #6759

Closed
wants to merge 9 commits into from

Conversation

KyleMacPherson
Copy link
Collaborator

@KyleMacPherson KyleMacPherson commented Mar 26, 2024

Trello card URL

https://trello.com/b/1QyLnb9W/teaching-vacancies-sprint-board

Changes in this PR:

This PR adds validation on the job application form which stops jobseekers being able to create job applications with unexplained gaps in their work history.

Screenshots of UI changes:

Before

After

Next steps:

  • Terraform deployment required?

  • New development configuration to be shared?

Copy link

Review app deployed to https://teaching-vacancies-review-pr-6759.test.teacherservices.cloud on AKS

click_on "Add another job"
fill_in_current_role(start_year: jobseeker_profile.employments.first.ended_on.year.to_s, start_month: jobseeker_profile.employments.first.ended_on.month.to_s)
click_on "Save role"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in unrelated tests are filling in gaps in job applications so that they pass the new validation

@KyleMacPherson KyleMacPherson changed the title Validate no gaps Ensure job applications cannot be submitted with unexplained gaps in employment Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant