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

Subscription confirmation #95

Open
rossjrw opened this issue Mar 18, 2024 · 1 comment
Open

Subscription confirmation #95

rossjrw opened this issue Mar 18, 2024 · 1 comment
Labels
feature A new feature

Comments

@rossjrw
Copy link
Member

rossjrw commented Mar 18, 2024

A user should receive a subscription confirmation on the next hourly channel after their initial sign up.

Documentation on the site should lead the user to expect to receive this confirmation that their subscription is set up correctly.

I'll need to research how best to implement this, as it's crucial I only ever send each user one confirmation, no matter what. This is absolutely a solved problem. That being said, instinct tells me I should track a positive value when I add a new user and then remove it when that user is confirmed. This makes the 'default case' a user who is already confirmed, so should hopefully prevent me from ever accidentally sending a confirmation - because to send one, I need to explicitly opt in.

@rossjrw rossjrw added the feature A new feature label Mar 18, 2024
@rossjrw
Copy link
Member Author

rossjrw commented Jun 12, 2024

Also, could be good to do something similar for when a user changes their delivery method, to confirm the new one is valid

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

No branches or pull requests

1 participant