erik-lance / Grocery-Shopping-ABM-Model

A NetLogo simulation of a grocery store that shows traffic and sales in a grocery store.
0 stars 0 forks source link

Shelf & Grocery Item #2

Closed erik-lance closed 1 year ago

erik-lance commented 1 year ago

Our grocery has items stored in shelves. Customer approaches these shelves in order to grab said item.

GelsonSze commented 1 year ago

added another branch for this issue, I'm not sure if we're pushing through with the list of items as an array but I did one item per shelf for now

erik-lance commented 1 year ago

Yup, I think we can do one item per shelf muna! Combined some changes from my items branch with yours, also refactored some code to be part of a procedure.

erik-lance commented 1 year ago

We have a bit of a problem with the shelves:

So turning on the shelf debug, we can see that there are multiple columns of shelves because of how many patches there are. Since we're doing single item per shelf, is it okay to leave the shelf items as-is? Maybe to simulate trying to reach up to higher shelves?

GelsonSze commented 1 year ago

I think we can leave it as is for now? since based on the feedback that sir gave us before, he wants us to model a real layout of a grocery store so we have to change the map rin naman

erik-lance commented 1 year ago

Edited out task 3 as it is worked on by a different issue. Closing.