Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing multi-tap "Beer Me" behavior #78

Open
mik3y opened this issue Apr 3, 2014 · 1 comment
Open

Confusing multi-tap "Beer Me" behavior #78

mik3y opened this issue Apr 3, 2014 · 1 comment

Comments

@mik3y
Copy link
Member

mik3y commented Apr 3, 2014

With multiple taps and no access control, Beer Me -> Select Drinker -> Pouring starts a a single flow, only on whatever tap was visible on the home screen. If another flow is started from meter activity (ie a different handle is pulled), it starts as an anonymous flow, and the authentication information is lost.

I think we originally added this to benefit access-controlled systems: don't start flows (open the valves) on any tap but the "desired" tap. But this is clearly a broken UX, it's not obvious that focused tap affects "beer me".

@theguardian
Copy link

Definitely a bug in the current implementation. IMO, the pourer should never have to select which beer they would like apriori - just authorize and pull a tap handle.

In access-controlled systems, this can be mitigated by opening all the valves for all beers upon authorization. I'm not sure that giving a user access to a subset of available beers is a feature that makes much sense, though I could be wrong.

@mik3y mik3y added this to the v1.0 milestone Apr 14, 2014
mik3y added a commit that referenced this issue May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants