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

✅ [outreachy] Pagination/daphne #5345

Conversation

Naggayi-Daphne-Pearl
Copy link

No description provided.

@Naggayi-Daphne-Pearl Naggayi-Daphne-Pearl requested a review from a team as a code owner October 8, 2024 12:26
Copy link

linux-foundation-easycla bot commented Oct 8, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

@svrnm svrnm changed the title Pagination/daphne [outreachy] Pagination/daphne Oct 8, 2024
Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, this is a really good start. A Few comments inlined, 3 more here:

  • Please review the CLA and if possible sign it, if you have any questions, ask via slack so we can discuss them with everyone else
  • Make sure that you do not introduce unrelated format changes, this makes reviewing your work much harder
  • (optional) add a feature that the current page and the number of items per page are added to the URL and read from the url (e.g. ?page=5&itemsPerPage=50)

@svrnm svrnm added registry outreachy Issues for Outreachy Participants CLA: no labels Oct 8, 2024
@svrnm
Copy link
Member

svrnm commented Oct 14, 2024

@Naggayi-Daphne-Pearl look good overall! Can you run npm run fix:all locally and submit the changes, this should also make sure that the CI issues get resolved.

@svrnm svrnm changed the title [outreachy] Pagination/daphne ✅ [outreachy] Pagination/daphne Oct 21, 2024
@svrnm
Copy link
Member

svrnm commented Oct 21, 2024

Thank you @Naggayi-Daphne-Pearl! This looks really good, I consider this as done!

@svrnm svrnm removed the CLA: no label Oct 21, 2024
@svrnm
Copy link
Member

svrnm commented Dec 11, 2024

@Naggayi-Daphne-Pearl thanks for working on this during the outreachy application phase! As discussed the issue with pagination is that we can not solve it on the server side, so while it is visually reducing the number of items seen still the whole amount of items is loaded from the server. We might want to revisit this and think about a server side solution, but for now I will close this PR.

@svrnm svrnm closed this Dec 11, 2024
@svrnm svrnm removed the outreachy Issues for Outreachy Participants label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants