perf(tickets): Implement Server-Side Pagination, Filtering, and Sorting on GET /tickets Endpoint (#3978) - #4042
Conversation
…ng on GET /tickets Endpoint (riteshbonthalakoti#3978)
|
@knoxiboy is attempting to deploy a commit to the ritesh Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Implements a server-side ticket pagination, multi-attribute filtering, and field sorting service (
backend/services/ticket_pagination_service.py) for theGET /ticketsAPI endpoint to reduce memory consumption and speed up admin dashboard load times.Related Issue
Fixes #3978
Type of Change
Checklist
Additional Notes
Supports page size limits (default: 20, max: 100) and multi-column sorting.