scala-webapp-template icon indicating copy to clipboard operation
scala-webapp-template copied to clipboard

Allow admins to filter the displayed users

Open AlexITC opened this issue 3 years ago • 0 comments

The task can be either done completely or by the frontend/backend separately.

Let's add the necessary fields to filter users by id, name, or email.

Frontend:

  • Responsive view.

Backend:

  • Integration tests
  • Each field to filter is optional, when multiple ones are provided, all of them should match the results.

AlexITC avatar Jul 26 '21 02:07 AlexITC