-
Notifications
You must be signed in to change notification settings - Fork 2
Add support for user notifications #11
Comments
Additionally, some actions should result in the security team getting an immediate notification, for example detecting a reverse shell. The user should also get an immediate notification. The UX for this needs to be considered carefully, especially because some notifications could false positives. |
I think there should be a notifications tab that has a list of notifications, the most recent at top. Each notification can have:
When a notification happens, it should maybe update the systray icon to include a red circle in the corner, meaning there are unread notifications, and popup a system notification message in the top-right corner with the notification, and when you click it it shows the window and selects the notifications tab. Users should be able to clear notifications from the notifications tab. |
Every 2 minutes, the agent should make an authenticated API request to Additionally, |
Alternatively, user notifications can be in the form of messages via an encrypted messaging app like keybase or signal... |
There should be some sort of way to communicate to the user when there's a persistent problem. For example, if the Flock server consistently returns errors.
The text was updated successfully, but these errors were encountered: