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

Abstract the notification mechanism #62

Open
hugsy opened this issue May 28, 2023 · 4 comments
Open

Abstract the notification mechanism #62

hugsy opened this issue May 28, 2023 · 4 comments
Labels
feature:request help wanted Extra attention is needed
Milestone

Comments

@hugsy
Copy link
Owner

hugsy commented May 28, 2023

Allow notifications to anything via webhooks, not just Discord like it is currently the case.

@hugsy hugsy added this to the 0.1 milestone May 28, 2023
@hugsy hugsy changed the title Review the notification mechanism Abstract the notification mechanism May 31, 2023
@hugsy hugsy added the help wanted Extra attention is needed label May 31, 2023
@h4ckd0tm3
Copy link
Contributor

Have you also thought about "in-browser" notifications, like little popups. That would require websockets tho. We could achieve this with Django Channels: https://github.com/django/channels

I would actually use that as well for another feature that I have planned and partially implemented already.

@hugsy
Copy link
Owner Author

hugsy commented Jun 7, 2023

I started doing something like that at some point but dropped because my team was anyway way more on discord, using discord as a way to notify just made more sense.

@h4ckd0tm3
Copy link
Contributor

I see. I'll add it to my backlog and see when I can do it. Because I need it for a feature my team wants to have (:

@hugsy
Copy link
Owner Author

hugsy commented Jun 7, 2023

No problem, looking forward then.
Just a word of warning from my xp, adding websockets adds a lot of complication to django, so I guess good luck 😎

@hugsy hugsy modified the milestones: 0.1, Next Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature:request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants