Hi Everyone!
My site tracks grocery items from multiple stores. The challenge I currently have is that a single item, say “Kraft Mac & Cheese”, can be on aisle 10-B at ChainstoreA, located in one town and on aisle 9-A at the same ChainstoreA, located in another town.
I could create a new item in my Collection for each store, but my Collection size would dramatically increase with duplicate items just for the sake of the different “Aisle” entries.
Any suggestions on a method to handle this?
Should I some how use an array?