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

Members page data issues #152

Open
5 of 6 tasks
iamitprakash opened this issue Aug 17, 2024 · 2 comments
Open
5 of 6 tasks

Members page data issues #152

iamitprakash opened this issue Aug 17, 2024 · 2 comments
Assignees

Comments

@iamitprakash
Copy link
Member

iamitprakash commented Aug 17, 2024

Issue Description

members page is not showing correct member data because of size limit=100

Fix decided- (17th august 2024)

  • do a patch release saying "page is in maintenance mode"
  • add role-based filter in /users API to filter out members
  • make two API calls from frontend /users?role=members & /users?role=
  • add cache module to /users API
  • show paginated response for non-members on UI
  • add infinite scroll to load more non-members. #158
@iamitprakash
Copy link
Member Author

@prakashchoudhary07

@yesyash
Copy link
Contributor

yesyash commented Aug 17, 2024

Update


fix for this issue went live on 18th August 2024.

items missing in the fix

  • add cache module to /users API
  • add infinite scroll to load more non-members.

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

No branches or pull requests

2 participants