-
-
Notifications
You must be signed in to change notification settings - Fork 80
[FEAT]: Add pagination to Job Applications table / Implement Caching with Next.js #363
Copy link
Copy link
Open
Labels
cat:codedevelop, automate, debug, implement featuresdevelop, automate, debug, implement featureshelp wantedOpen to participation from the communityOpen to participation from the community⭐ goal: additionAddition of new featureAddition of new feature🏁 status: ready for devReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🟨 P2 / severity: minorNot blocking but should be fixed soonNot blocking but should be fixed soon
Metadata
Metadata
Assignees
Labels
cat:codedevelop, automate, debug, implement featuresdevelop, automate, debug, implement featureshelp wantedOpen to participation from the communityOpen to participation from the community⭐ goal: additionAddition of new featureAddition of new feature🏁 status: ready for devReady for workReady for work💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🕹 aspect: interfaceConcerns end-users' experience with the softwareConcerns end-users' experience with the software🟨 P2 / severity: minorNot blocking but should be fixed soonNot blocking but should be fixed soon
Is there an existing request for this feature?
Is there a pain point in the app driving this feature request?
Large datasets (1000 apps) slow down page load and scroll, negatively impact user experience and application performance
Desired Behavior
Optimize dashboard data loading
Criteria for Completion
Anything else?
Please follow this YouTube tutorial: https://youtu.be/Wf8QRkuxgq4?si=cMMmKR16VS253fga
Should be able to do this all in Next.js
Frontend pagination is dealt with in another ticket (#352) - focus only on caching in this ticket.
Code of Conduct