Conversation
… standaloneFilter
…ntrol management and update related dialog templates
- Moved role assignment logic to a new component structure under `src/components/role-assignment-field`. - Replaced the old `role-assignments-field` component with the new `RoleAssignmentsFieldComponent` and `RoleAssignmentFieldComponent`. - Updated the `members` module to include new dialogs for adding members and managing roles. - Implemented `AddMemberDialogComponent` for adding members with role assignments. - Created `MemberRolesDialogComponent` for managing roles of existing members. - Refactored HTML templates and TypeScript logic for better maintainability and clarity. - Added new utility types for scopes in `src/api/org-management/types/scopes.ts`. - Updated tests to reflect the new component structure and functionality.
… related components
…e.json and package-lock.json
…role assignments handling
…e IDs and improve grouping logic
- Implemented role panel expansion and focus on newly added roles in RoleAssignmentsFieldComponent. - Updated unit tests to reflect changes in role assignment logic and ensure correct role handling. - Introduced ROLE_PRIORITY constant and sorting utility for role IDs to maintain consistent role hierarchy. - Created new MemberRolePanelComponent for better separation of concerns in role management UI. - Added utility functions for grouping and managing member roles, ensuring unique role assignments. - Enhanced error handling for organization not found scenarios with dedicated utility functions.
- Replaced the role assignment field in the add member dialog with a new member roles manager component for better role management. - Updated the add member dialog component to handle roles using signals and added methods for assigning and removing roles. - Refactored the manage roles dialog to utilize the new member roles manager component, simplifying the role assignment UI. - Removed the old member role panel component and associated utility functions, consolidating role management logic. - Added tests for the new functionality in the add member dialog to ensure proper role assignment and error handling.
…e role assignment handling
A77AY
enabled auto-merge (squash)
September 21, 2026 10:17
KeinAsylum
approved these changes
Sep 21, 2026
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.
No description provided.