CSCI-GA-2820-SP24-001 / customers

NYU DevOps Customers Service Spring 2024
Apache License 2.0
0 stars 0 forks source link

Query string support to List function #36

Closed SlowLearner12 closed 7 months ago

SlowLearner12 commented 8 months ago

As a [developer,] I need [to integrate query string support into our List function]
So that [our service allows dynamic filtering based on user input]

Details and Assumptions

SlowLearner12 commented 8 months ago

Not sure if this is sufficiently different from Add Query

maiko-chin commented 8 months ago

Given that the below are what we need to do: • Add query capability to your model (in model.py) • Add query string support to your List function (in routes.py) Maybe we can combine this into a big story (larger estimate), or separate it based on model and routes?

maiko-chin commented 8 months ago

Updated heading to "Query string support to List function" from "Query string support" to call out the List function