timoh / craftbeer

the Craft Beer finding app for Finland, written on Rails
1 stars 1 forks source link

Feature idea – Show selected drinks view: Availability count (# of bottles) #14

Closed timoh closed 8 years ago

timoh commented 8 years ago

Feature idea: Show selected drinks view could show availability count (# of bottles) of each individual drink in each of the stores

techstalgist commented 8 years ago

Requirement partially implemented in https://github.com/timoh/craftbeer/commit/97b31cfe513731632999eccfe20d2de63ab5b3d5

Now the problem is that StoresPage has too much content. The stores with all drinks are now shown twice. It might be enough to show them only once (for instance, the availability counts could be shown in the first table that simply lists the stores with all selected drinks).

techstalgist commented 8 years ago

The problem mentioned above is now "fixed" in https://github.com/timoh/craftbeer/commit/5e6363673af4db4e7dddfe0fbc870a9fa271b251. I simply removed the first table.