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

How (If?) to Handle Guest Users #116

Open
gschorkopf opened this issue Jan 19, 2015 · 1 comment
Open

How (If?) to Handle Guest Users #116

gschorkopf opened this issue Jan 19, 2015 · 1 comment
Labels

Comments

@gschorkopf
Copy link
Member

As a user, when creating a new round, it could be nice to add "guests", meaning people that don't have Frolfr accounts and just want to keep their scores. We could then invite them after the round is over (or even before) via email.

However, I'm also open to the discussion of killing this "guests" idea. Could get messy, and it's really not that hard to make an account. I don't know which is a better user experience.

@killpack
Copy link

Hmm.... I guess we could have scorecards with null user ids, which would indicate that whoever has that scorecard is a guest. (This would complicate things because we'd still need to store these guest's names or identifying information somewhere-- otherwise we won't be able to say whose scorecard belongs to whom if there are multiple guests on a single round.) Another approach might be to go ahead and create user accounts for guests when they're added to a round, but don't give them any login information until later: maybe once a round is over, the round owner can enter their email addresses, at which point we can send them a round recap and ask them to create an account.

From a UX perspective, it'd be nice because it would decrease the friction of using Frolfr: if you're at a park (or whatever) with your friends, you can just start playing rather than having your friends have to futz around on their phones for 20 minutes beforehand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants