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

Add event sign in #15

Open
mirdaki opened this issue Oct 26, 2018 · 0 comments
Open

Add event sign in #15

mirdaki opened this issue Oct 26, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mirdaki
Copy link
Member

mirdaki commented Oct 26, 2018

We want to be able to record attendance for events. We'll have a sign in on the club website that will call this REST API. I posted about it on the club website, but I'll include the backend's view of the use case here.

  1. Receive a sign in with a UFL email
  2. Find what event would be happening (plus/minus an hour or so). If no event is happening, return an error saying so. If the email is invalid, return an error saying so.
  3. Add that member to the attended list for the event
  4. Check if the member is an existing member. If they aren't, send a success message with a request for more information. If they are, just send a success message.
  5. If the person is a new member, they may or may not choose to provide more information. That call will go to the "add new member" use case Add new member #5. We need to discuss how we want to decide how long a new member can provide information about themselves.
@mirdaki mirdaki added the enhancement New feature or request label Oct 26, 2018
@mirdaki mirdaki added this to the 1.0.0 milestone Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants