GPS: Autoriser un organisme de formation à accéder aux fonctionnalités avancées de GPS - #6215
Merged
Conversation
|
🥁 La recette jetable est prête ! 👉 Je veux tester cette PR ! |
tonial
force-pushed
the
alaurent/gps
branch
4 times, most recently
from
May 28, 2025 04:32
bd88369 to
a0288d2
Compare
louije
reviewed
May 28, 2025
tonial
force-pushed
the
alaurent/gps
branch
4 times, most recently
from
May 30, 2025 13:12
035fe53 to
60741c6
Compare
tonial
marked this pull request as ready for review
May 30, 2025 13:41
rsebille
approved these changes
Jun 2, 2025
rsebille
left a comment
Contributor
There was a problem hiding this comment.
Je connais pas assez GPS pour avoir un avis critique, mais le champ concret me semble une bonne solution 👍.
| ) | ||
| is_gps_authorized = models.BooleanField( | ||
| verbose_name="habilité GPS", | ||
| default=False, |
Contributor
There was a problem hiding this comment.
Peut-être aussi ajouter le db_default=False pour ne pas avoir d'erreur une fois la migration passée mais le nouveau pas encore utilisé ?
tonial
added this pull request to the merge queue
Jun 3, 2025
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 ?
Contexte
On a un organisme de formation (qui n’est ni PH ni employeur donc) à qui on voudrait donner un accès complet à GPS. Mais on ne veut pas non plus en faire des prescripteurs habilités sur les Emplois.
Besoin
Marquer une orga comme « habilitée GPS », ce qui donnerait :
droit de saisir le NIR
droit d’ajouter des personnes existantes
droit de voir les noms et infos complets des gens
Tout comme un prescripteur habilité en somme. Mais sans avoir la capacité de, bah, prescrire de l’IAE.
https://www.notion.so/gip-inclusion/Organisations-habilit-es-GPS-2075f321b604807587f6c0fc07706e38?source=copy_link
🍰 Comment ?
🚨 À vérifier
🏝️ Comment tester ?
💻 Captures d'écran