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

User email address should not be overwritten by invalid/empty value #11

Open
prondzyn opened this issue Oct 24, 2016 · 1 comment
Open

Comments

@prondzyn
Copy link
Contributor

The application should keep user's emails in internal database and not update them with invalid/empty value provided in further RSVPs.

Consider scenario:

  1. During RSVP to Meetup 23 user John Doe has provided valid email "[email protected]"
    • user John Doe will take part in giveaway's draw
  2. During RSVP to Meetup 24 user John Doe has forgotten provide an email
    • even though user John Doe has forgotten provide an email this time, he should take part in giveaway's draw because we can get his email from our database

The application should also follow below scenario:

  1. During RSVP to Meetup 23 user John Doe has provided valid email "[email protected]"
    • user John Doe will take part in giveaway's draw
  2. During RSVP to Meetup 24 user John Doe has provided valid email "[email protected]"
    • user John Doe will take part in giveaway's draw but with the new email
@sawickil
Copy link
Contributor

I'm not sure about this one. To keep it simple and clear I would just take the current email from Meetup. If there was no email or was an incorrect one, I wouldn't use any email for that person.

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