SIMSBIOHUB-869: Improve UX for Team–Policy Assignments#334
Conversation
|
OpenShift URLs for the PR Deployment:
|
662ec27 to
235dd6b
Compare
3d3b72d to
97e5dc7
Compare
235dd6b to
6fa4efa
Compare
app/src/features/admin/policies/components/TeamPoliciesContainer.tsx
Outdated
Show resolved
Hide resolved
app/src/features/admin/policies/components/CreateTeamPolicyDialog.tsx
Outdated
Show resolved
Hide resolved
dwhogan
left a comment
There was a problem hiding this comment.
Great extractions into PageSection, ServerPaginatedDataGrid and showApiErrorDialog.
Better use of API createTeamPolicy.
UX improved to make flow explicit.
app/src/features/admin/policies/components/TeamPoliciesContainer.tsx
Outdated
Show resolved
Hide resolved
|
OpenShift URLs for the PR Deployment:
|
dwhogan
left a comment
There was a problem hiding this comment.
Nice add of the searches in the assignment dialog
NIT(edge case, if the operator clicks in the team field after selecting a team, search does not work as expected, easier to use the "clear button")
71ad119 to
1a26379
Compare
|
This was actually intentional, but you pointed out that it creates a similar problem in a different direction. We can address in a separate PR because I think the problem is specific to the |



Links to Jira Tickets
Description of Changes
ServerPaginatedDataGridfor server-side paginationTesting Notes