As a: developer
I need: the ability to query tables
So that: I am able to filter and read relevant data when needed
Assumptions:
Leveraging SQLAlchemy
Need to filter on: customer_id, shopcart_id, item_name
Acceptance Criteria:Given I want to see a specific group of data
When I run the relevant query function (i.e. for customer, shopcart, item name)
Then all relevant filtered data is returned
As a: developer I need: the ability to query tables So that: I am able to filter and read relevant data when needed
Assumptions:
Acceptance Criteria: Given I want to see a specific group of data When I run the relevant query function (i.e. for customer, shopcart, item name) Then all relevant filtered data is returned