amosproj/amos2021ss04-is-project-linter

Backend sorting, searching and filtering

Closed this issue · 0 comments

User story

  1. As a frontend developer
  2. I need the backend to do the sorting, filtering and pagination
  3. So that the frontend only needs to display the result of the HTTP requests.

Acceptance criteria

  • API endpoints that receive parameters (tags, page, pagesize, search) and return sorted projects

Definition of done

  • Approved by product owner
  • Code review by release manager
  • 50% test coverage in backend