Feature/frontend/administration page - #76
Open
YohanKoch wants to merge 76 commits into
Open
Conversation
… and dynamic action visibility
…e_frontback into feature/frontend/item-management
… v1.1.0 and enhance item fetching with soft-delete functionality
…logic to use isDeleted flag
…nd hard deletion functionalities
…ling and localization support
… localization, and data fetching
…issions | feature backend : adapt backend for the frontend by adding some endpoints
Co-authored-by: Copilot <copilot@github.com>
…Informatique/template_frontback into feature/frontend/admin-user
…Informatique/template_frontback into feature/frontend/admin-user
…Informatique/template_frontback into feature/frontend/admin-user
…s method" This reverts commit 5578a10.
…er and RoleRepository
…Informatique/template_frontback into feature/frontend/admin-user
…er and restore user
…t appSpécificRoles à UserDto et UserService
…Informatique/template_frontback into feature/frontend/admin-user
…ppSpecificRoles à la méthodes register dans user.service
…er roles instead of just spring-auth roles
…Informatique/template_frontback into feature/frontend/admin-user
…dministration-page
DidierViret
requested changes
Sep 1, 2026
DidierViret
left a comment
Contributor
There was a problem hiding this comment.
ATTENTION, d'abord finaliser la branche user-admin. Une fois qu'elle est fusionnée dans develop, récupérer les changements ici AVANT de corriger ces éléments :
- Lorsqu'on modifie un utilisateur, ses informations sont bien changées mais la liste n'est pas rafraichie et on voit encore les anciennes informations.
- La fonction de soft-delete n'a pas d'effet.
- Vérifier également les autres fonctionnalités (restore, hard-delete, création)
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.
Added administration page,
Added role verification and redirection to login or snackbar error in case of missing role
Added link in header to administration page
Added navigation in administration page