PromotionsSquad / promotions

Apache License 2.0
0 stars 0 forks source link

Add query string support to your List function #53

Closed djangoreed closed 2 years ago

djangoreed commented 2 years ago

As a developer
I need ensure query string works on List function
So that we have the ability to implement the Query string feature

Details and Assumptions

The code needs to be modified to make the List function have a query feature.

Acceptance Criteria

If we're able to use query string on the List function


 Given a query string
 When running the List function
 Then the query feature works