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

[DEV TASK]: Add pagination functionality to Recent openings on the frontend #595

Open
3 tasks done
paulushcgcj opened this issue Feb 6, 2025 · 0 comments
Open
3 tasks done
Labels
Tech Debt Tasks related to technical debts and things to fix

Comments

@paulushcgcj
Copy link
Contributor

paulushcgcj commented Feb 6, 2025

Task Summary

Add pagination to recent openings on the front end

Task Details

The front end does the request for data to the back end, but it is ignoring the size limit. The frontend needs to not only send the proper size limit but also the page that it wants to allow for proper pagination. The component should also show the pagination component at the bottom with the correct values.

Affected Environments

  • Development
  • Test
  • Production

Additional Context

We need to define a template on how should we request and handle paginated results

@paulushcgcj paulushcgcj added the Tech Debt Tasks related to technical debts and things to fix label Feb 6, 2025
@paulushcgcj paulushcgcj changed the title [DEV TASK]: Add pagination functionality to Recent openings [DEV TASK]: Add pagination functionality to Recent openings on the frontend Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Tasks related to technical debts and things to fix
Projects
None yet
Development

No branches or pull requests

1 participant