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

On-live notification system #8

Open
1 of 3 tasks
Fenrirthviti opened this issue May 1, 2016 · 3 comments
Open
1 of 3 tasks

On-live notification system #8

Fenrirthviti opened this issue May 1, 2016 · 3 comments
Assignees

Comments

@Fenrirthviti
Copy link
Owner

Fenrirthviti commented May 1, 2016

Implement system for notification that includes:

  • Email notifications when channels go live
  • Option to opt-in on all channels, or pick channels manually
  • This will likely be a new database entry for each channel. When someone subscribes, it will add their account to a list of notifications to be called through on_publish somehow
  • Find a way of preventing email spam if someone connects/disconnects rapidly. Only send one email every 5 min or so.
@Fenrirthviti
Copy link
Owner Author

Proof of concept complete, need to implement user subscribe functionality. Currently works by manually editing database.

@Fenrirthviti
Copy link
Owner Author

Bulk of the work complete, on-live notices working, and users can sub to any channel they want either through the API or through a subscribe button on the stream player page.

@Fenrirthviti Fenrirthviti self-assigned this Aug 19, 2016
@Fenrirthviti
Copy link
Owner Author

Cleaned up several functions and make subscription list API function work better.

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

1 participant