heikkilevanto / beertracker

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

Filtering on beer/style/etc lists #162

Closed heikkilevanto closed 3 years ago

heikkilevanto commented 3 years ago

There is a mechanism to filter records on the specific lists (beer, style, etc). But no way to get to the filtered list. The links in the list point to the full list (optionally with a graph), not to the same type of list.

Low priority issue, I wasn't even aware of the filtering mechanism existed. Seems to be harmless, and slightly useful, even when editing the URL by hand.

Maybe the "Show" menu should pass the $qry parameter, so you could filter in the main list, and then switch to beer or brewery lists. But that sounds confusing.

heikkilevanto commented 3 years ago

Well, on the beer list, the right-side displays for location, style, and brewery do actually filter the beer list with these. The left-hand name gets to the full list with that filter, as there would only be one beer to show. But it seems that other lists are not consistent with this.