Tableau de bord : afficher au candidat le statut de son PASS IAE, même quand il n'en a pas#6179
Merged
Conversation
EwenKorr
commented
May 22, 2025
Comment on lines
+3
to
+21
| <div class="col mb-3 mb-md-5"> | ||
| <div class="c-box bg-warning-lightest border-warning h-100 d-flex flex-column"> | ||
| <div class="mb-3 mb-md-4"> | ||
| <span class="badge badge-base rounded-pill bg-warning text-white"> | ||
| <i class="ri-pass-expired-line" aria-hidden="true"></i> | ||
| PASS IAE inexistant | ||
| </span> | ||
| </div> | ||
| <div class="flex-grow-1"> | ||
| <p class="mb-0"> | ||
| Pour obtenir un PASS IAE, vous devez avoir un diagnostic d’éligibilité à l’IAE valide et avoir une candidature acceptée dans une SIAE (Structure d’insertion par l’activité économique). | ||
| </p> | ||
| </div> | ||
| <a href="{{ itou_help_center_url }}/articles/16923064254353--Mon-PASS-IAE-Candidat" rel="noopener" target="_blank" class="btn btn-outline-primary btn-block btn-ico bg-white mt-3 has-external-link"> | ||
| <i class="ri-question-line font-weight-medium" aria-hidden="true"></i> | ||
| <span>En savoir plus sur le PASS IAE</span> | ||
| </a> | ||
| </div> | ||
| </div> |
Contributor
Author
There was a problem hiding this comment.
On aurait éventuellement pu mettre ce bout de code dans approvals/includes/box.html mais ce dernier est peut-être assez complexe comme ça ?
Contributor
There was a problem hiding this comment.
Ça me va bien comme ça, difficile à intégrer dans box.html sauf à wrap dans un IF au plus au niveau comme ici…
leo-naeka
approved these changes
May 26, 2025
Comment on lines
+3
to
+21
| <div class="col mb-3 mb-md-5"> | ||
| <div class="c-box bg-warning-lightest border-warning h-100 d-flex flex-column"> | ||
| <div class="mb-3 mb-md-4"> | ||
| <span class="badge badge-base rounded-pill bg-warning text-white"> | ||
| <i class="ri-pass-expired-line" aria-hidden="true"></i> | ||
| PASS IAE inexistant | ||
| </span> | ||
| </div> | ||
| <div class="flex-grow-1"> | ||
| <p class="mb-0"> | ||
| Pour obtenir un PASS IAE, vous devez avoir un diagnostic d’éligibilité à l’IAE valide et avoir une candidature acceptée dans une SIAE (Structure d’insertion par l’activité économique). | ||
| </p> | ||
| </div> | ||
| <a href="{{ itou_help_center_url }}/articles/16923064254353--Mon-PASS-IAE-Candidat" rel="noopener" target="_blank" class="btn btn-outline-primary btn-block btn-ico bg-white mt-3 has-external-link"> | ||
| <i class="ri-question-line font-weight-medium" aria-hidden="true"></i> | ||
| <span>En savoir plus sur le PASS IAE</span> | ||
| </a> | ||
| </div> | ||
| </div> |
Contributor
There was a problem hiding this comment.
Ça me va bien comme ça, difficile à intégrer dans box.html sauf à wrap dans un IF au plus au niveau comme ici…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤔 Pourquoi ?
Jusqu'à présent on n'affiche sur le tableau de bord des candidats les informations relatives à son PASS IAE uniquement s'il a un PASS.
Il serait également utile d'afficher une information lorsqu'il n'a pas de PASS, et lui suggérer de se rapprocher d'un prescripteur habilité.
💻 Captures d'écran
Avant :

Après :
