LabLamb / KalKa-iOS

An iOS app that helps internet stores to manage their sales.
https://apps.apple.com/app/kalka/id1500412773
MIT License
2 stars 1 forks source link

Add an order list in customer detail view #55

Closed LabLamb closed 4 years ago

LabLamb commented 4 years ago

Story

As a user I want to see orders that relates to a specify customer so that I can check the order history of said customer.

Acceptance Criteria

Scenario 1

Given: that the customer has no related order When: the user enters customer details screen Then: previous order list will not be shown

Scenario 2

Given: that the customer have 1 or more related order When: the user enters customer details screen Then: a list of order summary will be shown under the customer details entering section

Scenario 3

Given: that the related order summary list exists When: the user has clicked on one of the order summary widget And: the order is not isClosed Then: present order detail screen for editing

Scenario 4

Given: that the related order summary list exists When: the user has clicked on one of the order summary widget And: the order isClosed Then: present order detail screen for viewing

LabLamb commented 4 years ago

No longer relevant.