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

Quick Event Sign-in #73

Open
swiftlee opened this issue Sep 9, 2019 · 1 comment
Open

Quick Event Sign-in #73

swiftlee opened this issue Sep 9, 2019 · 1 comment
Assignees

Comments

@swiftlee
Copy link
Contributor

swiftlee commented Sep 9, 2019

Having a quick user sign-in form (no email/password pair required). This could easily be an integration with our Discord bot as well. I would suggest having email and name to account for people attending our events.

Some if cases to be aware of:

  • no events currently active, let user know
  • user already acknowledged their event attendance (no duplicate check-ins)
  • recognize user is not registered, let them know they can track their event attendance if registered (and view their contribution status to our projects)
  • if a user is a registered user, update their event attendance with event code/name (depending on schema)
  • any other necessary cases in which make sign-ins as quick as possible
  • VITAL: secure with reCaptcha, we don't need bot spam filling our database
@swiftlee swiftlee self-assigned this Sep 11, 2019
@rennemannd
Copy link
Contributor

This is currently being worked on in the feature/auth branch. It involves the reworked node based website backend.

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