Skip to content

Add staff users and staff roles pages to ui-staff user management section#257

Open
ttrang-nguyen wants to merge 134 commits into
mainfrom
rohit-r-kumar/issue250
Open

Add staff users and staff roles pages to ui-staff user management section#257
ttrang-nguyen wants to merge 134 commits into
mainfrom
rohit-r-kumar/issue250

Conversation

@ttrang-nguyen
Copy link
Copy Markdown
Contributor

No description provided.

Rohit Kumar and others added 30 commits April 22, 2026 23:35
@rohit-r-kumar rohit-r-kumar requested a review from a team as a code owner May 18, 2026 16:00
ttrang-nguyen and others added 21 commits May 19, 2026 10:13
- Introduced  permission to .
- Updated GraphQL schema to include new permissions and mutations for staff roles.
- Implemented  and  mutations in resolvers.
- Created new application services for listing staff roles and assigning roles to users.
- Added read repositories for staff roles in the persistence layer.
- Enhanced UI components to support staff role creation and listing with GraphQL integration.
- Updated Storybook stories to reflect new staff role functionalities.
- Implemented feature for listing staff roles with scenarios for existing and non-existing roles.
- Added feature for updating staff roles with various scenarios including updating name, enterprise app role, and permissions.
- Created tests for listing staff roles, ensuring correct behavior for both existing and empty states.
- Developed tests for updating staff roles, covering successful updates and error handling for save failures.
- Introduced assign role feature for staff users with scenarios for successful assignment and error cases.
- Added create staff user feature with scenarios for successful creation, duplicate handling, and error cases.
- Implemented a feature for listing staff users with scenarios for existing and non-existing users.
- Created tests for the staff user listing functionality using Vitest and Cucumber.
- Added a StaffRoleRepository contract feature with various scenarios for role retrieval.
- Developed tests for the StaffRoleRepository to ensure correct behavior for role management.
- Introduced a StaffUserUserPassport feature with scenarios for managing staff user permissions.
- Created tests for the StaffUserUserPassport to validate permission handling.
- Added a StaffRoleReadRepository feature with scenarios for repository creation and data retrieval.
- Implemented tests for the StaffRoleReadRepository to verify correct functionality with mock data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add staff users and staff roles pages to ui-staff user management section

2 participants