CSCI-GA-2820-FA22-003 / wishlists

A RESTful wishlist microservice for ecommerce application
Apache License 2.0
0 stars 1 forks source link

Add query string support to List function as per whether wishlist is active or not #120

Open rsaim opened 1 year ago

rsaim commented 1 year ago

As a user I need filter operation on my wishlists So that I can lookup my enabled or disabled wishlists

Details and Assumptions

• Query Wishlists by usingis_enabled attribute • Add query capability to the model

Acceptance Criteria

 Given a GET call at /wishlist
 When I pass a query string like /wishlist?enabled=True
 Then a all enabled wishlists must be returned