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

Candidature : postuler pour un candidat depuis l'espace "Mes candidats" #4860

Merged
merged 5 commits into from
Oct 22, 2024

Commits on Oct 22, 2024

  1. apply: added GET param to keep track of job seeker

    - added a link in job seekers list ("Mes candidats")
      and in job seeker details page to apply in the
      name of a specific job seeker
    - all the links up to `apply:start` have been updated
      with a GET param (`job_seeker={public_id}`), this
      allows to keep track of the job seeker we are
      applying for
    - when a `job_seeker` GET param is present, and when
      the current `user` is allowed to, an alert is
      displayed at the top of the page to remind that
      we're applying for this job seeker
    EwenKorr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c77534d View commit details
    Browse the repository at this point in the history
  2. apply: skip create seeker steps when job_seeker GET param is filled

    When visiting `apply:start`, if a job_seeker GET param
    is set, go directly to ApplicationJobsView
    EwenKorr committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    5418613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfb4124 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a142dcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e968ec View commit details
    Browse the repository at this point in the history