-
Notifications
You must be signed in to change notification settings - Fork 4
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
Kcd/user management super admin view #343
Conversation
query-connector/src/app/ui/designSystem/table/table.module.scss
Outdated
Show resolved
Hide resolved
query-connector/src/app/(pages)/userManagement/userGroups/page.tsx
Outdated
Show resolved
Hide resolved
query-connector/src/app/(pages)/userManagement/components/DataProvider.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left a couple of nitpicky comments, but good work overall!
For frontend PR's, we usually drop a slack message in the design channel for Michelle to do a pass once you're ready for her to look at it
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🔴 | Statements | 53.8% | 941/1749 |
🔴 | Branches | 53.48% (+0.17% 🔼) |
292/546 |
🔴 | Functions | 52.47% | 191/364 |
🔴 | Lines | 53.87% | 883/1639 |
Test suite run success
72 tests passing in 9 suites.
Report generated by 🧪jest coverage report action from 84e7439
…uper-admin-view Merged with latest code in main
@fzhao99 I think I addressed all the comments. Thank you for catching all the broken tables 🙇♀️ they should be fixed now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work on cleaning up the table code!
Hi @johanna-skylight , looks great! I have a few comments. Could we please make the following updates?
![]() I'm guessing that side panel search and connecting the table rows to the side panel data are not part of this PR - is that right? So, Jane Doe is not in the side panel I'm not able to exit out of the side panel or change my cursor location when I have the side panel open. I can't navigate when I try tabbing from "2 queries" here (tabbing doesn't do anything). I'll do a broader accessibility sweep later - would you like to make this change now, or later? ![]() |
@mikang Thanks for the review! As part of this initial PR I have addressed below items:
Items that I will not be addressing in this PR. The toast will get implemented in a follow up PR that integrates the pages with the real data and will allow the user to do the role changes.
|
All looks and sounds good, @johanna-skylight !! Thank you! Good to go from the design side 👍 |
….com/CDCgov/dibbs-query-connector into kcd/user-management-super-admin-view merged with latest main code
Co-authored-by: Katie Campbell Downie <[email protected]>
PULL REQUEST
Summary
This PR contains the new
user management
page. It includes the users, user groups and edit members/query sections. All elements are interactive but display static/dummy data. Integration with the server will be made in a second PR.This PR also includes improvements to the Table component and the Header (dropdown menu) component.
Related Issue
Partially implements #129 and fixes QUE-163
Additional Information
Checklist