bryanmehsmith / espaza

0 stars 0 forks source link

As a shopper, I want to add items to my cart, so that I can purchase everything I need in a single order. #90

Open Wisedude opened 2 months ago

thatomohajane commented 2 months ago

Software Architecture

Logical View:

Development View:

Process View:

Physical View:

Scenario View:

thatomohajane commented 2 months ago

Software Implementation

Frontend Tasks:

Backend Tasks:

Database Tasks

thatomohajane commented 2 months ago

Test Driven Development

Given that I have found the items I want to purchase, When I add them to my cart, Then I should be able to see a summary of my cart, including items from multiple shops, with the ability to review and modify the cart before completing the order.

Jest Unit Test: