srav03 / GroceryStore

Create software to manage Grocery Store
1 stars 0 forks source link

Suggestion: Cashier/Customer Interaction #2

Open SMan23 opened 9 years ago

SMan23 commented 9 years ago

@srav03

File Location on 6/20 @ 7:54 PM PT: https://github.com/srav03/GroceryStore/blob/master/src/people/person.py

As the customer will be going through and accumulating items that will be stored in their "shopping cart" you should provide an attribute for this under the customer.

This way you do not need to manually input item names for the Cashier [https://github.com/srav03/GroceryStore/blob/master/src/people/person.py#L38], the items can be provided dynamically via the shopping cart.

Great Start :+1:

~SuL