heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Track beer taps #245

Open heikkilevanto opened 11 months ago

heikkilevanto commented 11 months ago

It would be good to notice when a beer runs out, and a new one gets on. Here is one possible approach:

This will only note beers I have ordered, but those are the interesting ones anyway. It will also remember beers from long ago, if I haven't ordered from the same tap, and mark them as new, even after they have been on for a while.

We could also make a zero-volume entry for each beer when displaying a beer board, and find a difference. That might get slow if many beers have changed (like if I visit Taphouse after a year, 61 new entries needs to be made!).

Or we could also make one combined entry, but that gets messy.