mirror of
https://github.com/nishchayp/DAMN.git
synced 2026-04-24 22:55:59 +03:00
[GH-ISSUE #15] Additional Feature: Notification for Admins #10
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DAMN#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ekamwalia on GitHub (Dec 9, 2017).
Original GitHub issue: https://github.com/nishchayp/DAMN/issues/15
A good to have feature for the app is notifications for the admins every time a new request is made for access or admin privileges. This will be implemented using web sockets ( read, practice for Hawk)
@nishchayp commented on GitHub (Dec 10, 2017):
I agree, further down the line if possible it could also be coupled with a mailer so that a mail is sent to the admins upon a new notification. Do go ahead with implementing it(the notification part) if you want to.