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

Better UI for concurrent pours #81

Open
mik3y opened this issue Apr 3, 2014 · 2 comments
Open

Better UI for concurrent pours #81

mik3y opened this issue Apr 3, 2014 · 2 comments

Comments

@mik3y
Copy link
Member

mik3y commented Apr 3, 2014

PourInProgressActivity only shows one pour at a time. Volume and drinker information are only available by swiping between taps.

It'd be better if we could show status and controls for 2 or more taps at once. Some systems will have too many taps to cram into one screen, but even covering 2 would probably capture the most common cases.

@theguardian
Copy link

How would concurrent pours work under the current system? Say you have multiple taps on one tablet. One person authorizes and starts pouring. Are you saying that you'd like another person to be able to authorize and start pouring while the first pour is occurring? That's a lot of hands moving around a 7" window within a few seconds of each other.

@thehijjt
Copy link

The way it would need to be done is a token even that snags the current/next pour if one hasn't started yet, and then have the next token swiped go to the next pour/the pour after the first pour started. The hard part is the location of the rfid reader tablet vs. kegboard. It isn't bad to implement using the api. I do agree that it would be hard to swipe around the 7" screen, but pouring a beer really isn't (shouldn't be) ui dependant.

@mik3y mik3y added this to the v1.0 milestone Apr 14, 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

3 participants