-
Notifications
You must be signed in to change notification settings - Fork 7
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
Nouvelle page des gestion des membres d'une collectivité #3227
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
98f4f1d
Ajoute un utilitaire d'envoi de mails
marc-rutkowski 33fab09
Ajoute un utilitaire de vérification de l'utilisateur courant
marc-rutkowski 1582e55
Ajoute un utilitaire de vérification de l'origine d'une requête
marc-rutkowski fc941eb
Ajoute les autorisations CORS dans le module auth.
marc-rutkowski fd38d1e
Ajoute le endpoint d'envoi des emails d'invitation
marc-rutkowski d811954
Ajoute l'envoi du mail lors de l'invitation d'un membre dans la colle…
marc-rutkowski f7d3cd8
Ajout de la modale d'envoi d'une invitation dans le plan de tracking
marc-rutkowski d03ce1a
Ajoute la modale d'envoi d'une invitation
marc-rutkowski e4d64d7
Raccorde la nouvelle modale d'invitation d'un membre dans la collecti…
marc-rutkowski f730900
Supprime les anciens fichiers
marc-rutkowski bd12735
Met à jour les storyshots
marc-rutkowski eabe62c
Change les tests e2e pour tester l'envoi des invitations à rejoindre …
marc-rutkowski 5a1c0bb
Ajoute l'id d'invitation dans la rpc collectivite_membres
marc-rutkowski c2576bf
Change le typage de la liste des membres
marc-rutkowski fed0b12
Ajoute la pagination dans la page Gestion des membres
marc-rutkowski 82eada0
Ajoute une fonction pour renvoyer une invitation
marc-rutkowski ddf438a
Met à jour la page Gestion des membres (WIP)
marc-rutkowski 210da01
Remplace les modales de confirmation de la page Membres
marc-rutkowski 289155f
Remplace l'affichage des lignes du tableau des Membres
marc-rutkowski 1bfdc2c
Supprime des anciens fichiers
marc-rutkowski 2d235a8
Change les tests e2e de la page Membres
marc-rutkowski 8beb6cb
Rassemble des définitions d'étapes de test
marc-rutkowski 1a9176e
Ajoute un scénario mettant en évidence le problème de la suppression …
marc-rutkowski ed1e9f4
Répare la suppression d'un utilisateur pré-existant à son rattachemen…
marc-rutkowski fdc1643
Renommage
marc-rutkowski 9c16bd5
Utilise la fonction mutualisée pour l'envoi des invitations
marc-rutkowski ac8723f
Sépare les fonctions d'affichage des notifications "toast"
marc-rutkowski 00ec5e0
Affiche la notification appropriée lors de l'ajout d'un membre à la c…
marc-rutkowski 79615fa
Rétabli le test de la notification lors de l'ajout d'un membre à la c…
marc-rutkowski 53be45b
Ajoute un peu de documentation dans le module auth.
marc-rutkowski 952077e
Ajuste l'objet du mail d'invitation
marc-rutkowski 094938e
Ajuste le template du mail d'invitation
marc-rutkowski 9372dd4
Améliore l'affichage des notifications suite à l'envoi d'une invitati…
marc-rutkowski 373891c
Envoi un email dans le cas du rattachement à une collectivité d'un ut…
marc-rutkowski 6400881
Ajoute l'email associé à l'invitation lors de la redirection afin que…
marc-rutkowski 878b23f
Change le rendu du bouton CTA dans les mails transactionnels
marc-rutkowski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pour comprendre, dans quel cas on veut pouvoir envoyer l'invitation seule, hors du processus d'ajout d'un membre à la collectivité ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est pour le bouton "renvoyer l'invitation".