-
Notifications
You must be signed in to change notification settings - Fork 19
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
Caseflow user status management allow search by name #14089
Comments
Tech note: |
1 | |||||
2 | |||||||
3 |
5 |
8 | Why 1?
Why 2?
|
@araposo-tistatech this is set to merge and should go out today or tomorrow. There is a slight user-facing change in appearance and behavior, though only for System Admin users. Probably worth a release note! |
@lomky is there anyway to re-record the gifs you have in the PR without the URL bar included? I would like to add them to the post and would have created some myself, but looks like this change is not in demo yet. |
Resolves #14089 ### Description Updates our User Management page to search based on user name or css id, dynamically. ### Acceptance Criteria - [ ] Code compiles correctly - [ ] Users with access to the user status management page have the ability to search for a user by name and CSS ID ### Testing Plan 1. Go to [`test/users`](http://localhost:3000/test/users) and sign in as the `SystemAdmin` user 1. Navigate to [User Management](http://localhost:3000/user_management) - [ ] Search for "`Jolly`" to confirm CSS search - [ ] Search for "`Wilson`" to confirm Name search - [ ] Search for "`Intake`" to confirm you can get a mix of CSS ID & Name based results - [ ] Confirm marking the user inactive still functions. - [ ] Confirm marking the user active still functions. ### User Facing Changes BEFORE|AFTER ---|--- ![image](https://user-images.githubusercontent.com/6129479/81444075-8b5aaa80-9144-11ea-8a44-f3214331cfe9.png) | ![image](https://user-images.githubusercontent.com/6129479/81443992-649c7400-9144-11ea-9a2f-a3c99c81302a.png) ![image](https://user-images.githubusercontent.com/6129479/81444103-96add600-9144-11ea-83d5-94826d4fc927.png) | ![image](https://user-images.githubusercontent.com/6129479/81444033-77af4400-9144-11ea-80d3-b5942d621514.png) ![user_page_before](https://user-images.githubusercontent.com/6129479/81443678-daeca680-9143-11ea-8de0-9df6cf94304e.gif) | ![user_page_after](https://user-images.githubusercontent.com/6129479/81443685-dcb66a00-9143-11ea-82a4-f85d1e9aff2d.gif)
@araposo-tistatech if you redeploy our echo demo it will have it now that it merged! We're past the deploy for today so this won't release until tomorrow. |
User or job story
User story: As an admin, I need the ability to search for a user on the user status management page by their name as well as the CSS ID, so that I can locate and deactivate a user quickly.
Acceptance criteria
Background/context
Often times the admin does not know the users CSS ID nor have access to it after the user they are attempting to deactivate has left the Board.
Technical notes
As the user list is extensive it may take some time for the search to populate with names. Would searching with a minimum of 4 or 5 letters help speed up populating the list?
Other notes
Resources/other links
The text was updated successfully, but these errors were encountered: