You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.
A user $usr enters a number $num and his email adress $mail.
He receives an email with a confirmation link (double opt-in)
He confirms by link. (if not, abort)
When the number $num is entered sufficiently often by different users (e.g. 3 times), the program sends instantly a localized email to $mail with informations about the event.
Implementation proposals
rely on existing libraries for sending email and double opt-in
keep requirements for local mail server as low as possible
store $num as hash
verify $mail address with reg exp
verify $num with reg exp
Optional features
Above, only the minimum viable product is described. But enhancements are possible:
Daily notification that number has not been drawn today (to confirm that the system is working)
Daily digest of shown numbers
Option to unsubscribe (via double opt-out)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
User story
Implementation proposals
Optional features
Above, only the minimum viable product is described. But enhancements are possible:
The text was updated successfully, but these errors were encountered: