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

The ListUsers route should support filtering arguments #195

Open
1 task
Tracked by #488
asmahood opened this issue Apr 10, 2021 · 0 comments
Open
1 task
Tracked by #488

The ListUsers route should support filtering arguments #195

asmahood opened this issue Apr 10, 2021 · 0 comments
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development

Comments

@asmahood
Copy link
Member

asmahood commented Apr 10, 2021

Description

We only are able to filter by name on the users page. While this is helpful for finding individual users it does not provide us with ways to view different subset of users (such as all users for a certain faculty) or to find a user by their quest id or student id.

Approach

  • Add three query parameters to the users endpoint
    • name: search by {firstName} {lastName}
    • id: search by the id of the user
    • faculty: search by faculty name
  • If any of these are present they should add an extra filter on the result of database (extra WHERE queries)

Related To

Blocked By

Blocks

@asmahood asmahood transferred this issue from uwpokerclub/developer-hub Aug 1, 2023
@asmahood asmahood changed the title Add more filters to users page The list users endpoint should support filtering parameters Aug 1, 2023
@asmahood asmahood added type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development labels Oct 18, 2023
@asmahood asmahood changed the title The list users endpoint should support filtering parameters The ListUsers route should support filtering arguments Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::Feature Issues/Pull requests that implement a new feature/enhancement work::Product Development
Projects
None yet
Development

No branches or pull requests

1 participant