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

Add pagination and filtering to directions, departments and classes #554

Closed
DmyMi opened this issue Feb 11, 2022 · 0 comments · Fixed by #575
Closed

Add pagination and filtering to directions, departments and classes #554

DmyMi opened this issue Feb 11, 2022 · 0 comments · Fixed by #575
Assignees
Labels
backend Issue involves backend functionality priority:medium Medium priority task task General technical task

Comments

@DmyMi
Copy link
Contributor

DmyMi commented Feb 11, 2022

  • Add pagination to Direction, Department & Class get all endpoints.
  • Add an ability to find a Direction by a word (substring) in the Direction, Department or Class title (e.g, user types футбол and the filter should return a list containing 1 or more Direction where this word might be included in department or class or direction name). If nothing is found - return 204 code.
    • User should type at least 3 letters (return 204 otherwise)
    • Add pagination optionally.
@DmyMi DmyMi added backend Issue involves backend functionality priority:medium Medium priority task task General technical task labels Feb 11, 2022
@fkma13552 fkma13552 linked a pull request Feb 22, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Issue involves backend functionality priority:medium Medium priority task task General technical task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants