Add staff users and staff roles pages to ui-staff user management section#257
Open
ttrang-nguyen wants to merge 134 commits into
Open
Add staff users and staff roles pages to ui-staff user management section#257ttrang-nguyen wants to merge 134 commits into
ttrang-nguyen wants to merge 134 commits into
Conversation
…ify ADR entry in readme
… into rohit-r-kumar/issue212
- 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.
…cellixjs into rohit-r-kumar/issue250
…retrieval and remove unused dependencies
… permission to finance
- 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.
… placeholder with current role
… into rohit-r-kumar/issue250
… into rohit-r-kumar/issue250
- 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.
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.