Skip to content
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

Improvements in User Management screen #4450

Closed
hrishavjha opened this issue Feb 19, 2024 · 2 comments · Fixed by #4454
Closed

Improvements in User Management screen #4450

hrishavjha opened this issue Feb 19, 2024 · 2 comments · Fixed by #4454
Assignees

Comments

@hrishavjha
Copy link
Member

  • The table has no pagination in the User Management screen. With more users coming in the screen will become weirdly scrollable.
    Suggested change: Provide pagination to the table to limit the number of users in each page. For reference look into ExperimentDashboardV2 files.
  • The useUsersQuery API which is used in the User Management screen doesn't support pagination as well as filters, due to which the search is in FE only. For a large number of users this will create performance issues in FE.
    Suggested change: Add pagination and filters in the BE and update the controller in AccountSettingsUserManagement.
@kartikaysaxena
Copy link
Contributor

Can I work on this?

@Saranya-jena
Copy link
Contributor

Sure @kartikaysaxena

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants