CSCI-GA-2820-FA24-001 / customers

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

Find Customer by Name #29

Open JulianGan opened 1 week ago

JulianGan commented 1 week ago

As a customer rep I need to list and filter by name So that I can find people easily

Details & Assumptions:

Acceptance Criteria:

Given a string argument 'name'
When I query on the name attribute for 'name'
Then I should receive a list of entries with the matching name
molliey commented 22 hours ago

I think the story title can be more specific such as Find Customers by Name.