Open rsaim opened 1 year ago
As a user I need filter operation on my wishlists So that I can lookup my enabled or disabled wishlists
• Query Wishlists by usingis_enabled attribute • Add query capability to the model
is_enabled
Given a GET call at /wishlist When I pass a query string like /wishlist?enabled=True Then a all enabled wishlists must be returned
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 using
is_enabled
attribute • Add query capability to the modelAcceptance Criteria