davidkopp / flying-dutchman

2 stars 0 forks source link

VIP Cooler: Inventory #5

Open davidkopp opened 2 years ago

davidkopp commented 2 years ago

We need a VIP cooler where the VIP members are able to pick up beers on their own. So it's necessary to manage the inventory of the VIP cooler in our system (e.g. to know, if the beer is still available in the VIP cooler). How do want to do that? Do we want to handle the VIP cooler and its inventory completly separated from the available beers at the bar? Or do we instead have one internal inventory in our system that knows, how many bottles of a beer are in the VIP cooler and how many are the bar?