CSCI-GA-2820-SU24-001 / orders

NYU DevOps Orders Service Summer 2024
Apache License 2.0
0 stars 2 forks source link

Query Resources by Customer ID #35

Closed yw8077 closed 2 weeks ago

yw8077 commented 3 weeks ago

As a developer I need to query orders by customer ID So that I can retrieve orders from the same customer

Details and Assumptions

ziyuzoo commented 3 weeks ago

maybe im missing something - this reads very similar to (subset of) #36, as in customer id could be a filter criteria for the query endpoint?

yw8077 commented 3 weeks ago

this one is applied to view_order specifically, and #36 is more general, including view_item and list_items_in_order, which we may need to address what requirements we might need