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 Query Params for Items API (>quantity, <quantity) #88

Open
haseefathi opened this issue Apr 19, 2023 · 0 comments
Open

Add Query Params for Items API (>quantity, <quantity) #88

haseefathi opened this issue Apr 19, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@haseefathi
Copy link
Contributor

As a API User
I need to filter my results with a query string
So that I get only the records I need

Details and Assumptions

  • need to modify the current list items API by processing query string from the URL that filters the results
  • filter by quantity > some value, quantity < some value.

Acceptance Criteria

Given customer_id
When list items API is called with query parameter: quantity > 2
Then only items with quantity > 2 will be returned
@haseefathi haseefathi added the enhancement New feature or request label Apr 19, 2023
@prr79 prr79 self-assigned this Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants