CSCI-GA-2820-FA24-001 / customers

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

Add Query Capability to List Route #27

Open ananya-muralidhar opened 1 week ago

ananya-muralidhar commented 1 week ago

Description: -As a Customer Manager, -I need the ability to filter the list of customers by certain attributes, -So that I can view relevant subsets of customers.

Details and Assumptions: -The query string will filter the list based on customer attributes (e.g., name, location). -The filtered results will be returned from the PostgreSQL database.

Acceptance Criteria: -Given customers exist in the system, -When I filter the list by a specific attribute, -Then the returned list should only include customers that match the query criteria.