-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add /user_details path to router and remove sub-menu items and adjust breadcrumbs #1542
Comments
The change of the requirement from previous with "Path" to be When I tried to implement it as I also tried to implement routing as query param (instead of path param) Both problem currently I didn't find a way to resolve them yet. I think maybe we like to discuss this tomorrow to see which way to go and can create issue ticket to separately deal with it if we think it is complicated. |
page title, user summary and history table with simplified data for the version with are working on @ianliuwk1019 @craigyu |
Bug issue #1588 created due to a bug seen from this ticket. |
As discussed with Craig, the highlight for SideNav on parent item when in the new user details page might need a bit of work and refactoring. |
Describe the task
Action Button w/ Icon
For each row on the user table, under the Action column, add a button with "Rewind" icon, when a user clicks on the button, it navigates the users to the path described below.
Path
Add the
/user-details/users/{userId}/applications/{applicationId}
route to frontend with a placeholder View component.The path is named with consideration that the page will eventually display User roles and User history
## Sub-menu item removalRemove any sub menu items that shows up dynamically, such as
Add application admin
, if a user is under the add application admin page, the Manage permission menu item should be active (highlighted). We could considering changing the route path too, for example, at the moment we havehttps://fam.nrs.gov.bc.ca/grant-app-admin
, there are 2 improvements we can make, 1) match the page name with/add-application-admin
, 2) specify layers withmanage-permissions/add-application-admin
Adjust breadcrumbs
Our current breadcrumbs display an inactive crumb for the current page, which is redundant and does not align with the FDS design system. Remove current page's "crumb" on all pages
Remove any sub-menu items and adjust breadcrumbs to now show the current page
Acceptance Criteria
[ ] All sub-menu items should be removed, the parent menu item will be active (highlighted) insteadAdditional context
The text was updated successfully, but these errors were encountered: