-
Notifications
You must be signed in to change notification settings - Fork 55
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
[FEATURE] Générer les identifiants en masse pour les élèves (PIX-12975) #10096
Merged
er-lim
merged 19 commits into
dev
from
pix-12975-generate-organization-learners-username-password
Sep 25, 2024
Merged
[FEATURE] Générer les identifiants en masse pour les élèves (PIX-12975) #10096
er-lim
merged 19 commits into
dev
from
pix-12975-generate-organization-learners-username-password
Sep 25, 2024
Conversation
This file contains 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
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
2 times, most recently
from
September 12, 2024 07:06
83f9b05
to
cf13d0f
Compare
6 tasks
bpetetot
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
2 times, most recently
from
September 12, 2024 14:04
c9c13fa
to
79e6979
Compare
mariannebost
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 12, 2024 14:23
79e6979
to
418682a
Compare
bpetetot
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 12, 2024 14:47
418682a
to
1bf8583
Compare
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 12, 2024 15:08
1bf8583
to
eea2e85
Compare
mariannebost
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 12, 2024 15:50
eea2e85
to
2cbebf9
Compare
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
6 times, most recently
from
September 18, 2024 09:57
99b75bb
to
6b983df
Compare
er-lim
added
👀 Tech Review Needed
👀 Func Review Needed
and removed
Development in progress
labels
Sep 18, 2024
bpetetot
reviewed
Sep 19, 2024
api/lib/domain/usecases/generate-organization-learners-username-and-temporary-password.js
Outdated
Show resolved
Hide resolved
api/lib/domain/usecases/generate-organization-learners-username-and-temporary-password.js
Outdated
Show resolved
Hide resolved
...-management/integration/infrastructure/repositories/authentication-method.repository.test.js
Outdated
Show resolved
Hide resolved
...ation/domain/usecases/generate-organization-learners-username-and-temporary-password_test.js
Outdated
Show resolved
Hide resolved
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 19, 2024 14:27
408a211
to
0f79baa
Compare
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 25, 2024 07:12
b471e16
to
aff0e48
Compare
in team acces directory
in Organization model
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 25, 2024 07:17
aff0e48
to
f77b6ec
Compare
in organization model
for reset organization learners password usecase
for reset organization learners password usecase
in src/identity-access-management
in reset organization learners password usecase Co-authored-by: Marianne Bost <[email protected]>
in sco-organization-learner controller
…etter in organization model
when organization has GAR as identity provider
in sco organization participant list page
to batch username password generation
er-lim
force-pushed
the
pix-12975-generate-organization-learners-username-password
branch
from
September 25, 2024 07:23
f77b6ec
to
e6cbc7d
Compare
er-lim
added
Tech Review OK
Func Review OK
PO validated functionally the PR
and removed
👀 Tech Review Needed
👀 Func Review Needed
labels
Sep 25, 2024
er-lim
deleted the
pix-12975-generate-organization-learners-username-password
branch
September 25, 2024 07:36
bpetetot
pushed a commit
that referenced
this pull request
Sep 25, 2024
… (#10096) Co-authored-by: Marianne Bost <[email protected]>
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.
🦄 Problème
Lors de chaque rentrée scolaire, les organisations SCO qui ne bénéficient pas du SSO GAR (souvent le privé) doivent générer les identifiants des élèves un par un. Cela peut donc prendre beaucoup de temps en fonction du nombre d'élèves à traiter.
🤖 Proposition
Ajouter la fonctionnalité de génération d'identifiant et de réinitialisation / génération de mots de passe en masse.
Cette fonctionnalité est restreinte uniquement aux organisation SCO qui n'ont pas le SSO GAR.
Pour les organisations SCO GAR, la fonctionnalité reste la même qu'avant à savoir la réinitialisation de mots de passe en masse.
🌈 Remarques
💯 Pour tester
Test Organisation SCO avec SSO GAR
[email protected]
Collège House of The Dragon
Réinitialiser les mots de passe des élèves sélectionnés
dans la barre en bas s'affiche bien./api/sco-organization-learners/batch-username-password-generate
renvoie bien une 200.Test Organisation SCO sans SSO GAR
[email protected]
Lycée pas-GAR
Générer les identifiants et/ou les mots de passe des élèves sélectionnés
dans la barre en bas s'affiche bien./api/sco-organization-learners/batch-username-password-generate
renvoie bien une 200.Test Organisation non SCO (non-régression)
[email protected]
Sup Import