Add pagination to the questionnaire and AI response list endpoints to improve performance and user experience.
Tasks
Add pagination settings in cvimprover/settings.py
Configure pagination for CVQuestionnaireViewSet
Configure pagination for AIResponseViewSet
Update API documentation with pagination details
Add tests for paginated responses
Files to modify
- cvimprover/settings.py
- cv/views.py
- cv/tests.py
Add pagination to the questionnaire and AI response list endpoints to improve performance and user experience.
Tasks
Add pagination settings in cvimprover/settings.py
Configure pagination for CVQuestionnaireViewSet
Configure pagination for AIResponseViewSet
Update API documentation with pagination details
Add tests for paginated responses
Files to modify