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

Vertex Alerts #71

Open
quentinguidee opened this issue Oct 13, 2023 · 1 comment
Open

Vertex Alerts #71

quentinguidee opened this issue Oct 13, 2023 · 1 comment
Labels
repo: Server type: Enhancement New feature or request

Comments

@quentinguidee
Copy link
Member

Create a Vertex Alerts app, that can replace the notifications menu of settings. This app allows to:

  • Have multiple notification destinations (Discord Webhook, WebSocket...), and there can be multiple of them;
  • Have multiple notification types (instance start, stop, deleted, etc), and they can be different for each destinations;
  • For the instances notifications, allow to select the instances.

Note that:

  • Each app can register its own notifications and send them via the event bus:
types.EventNotification{
    Title: "...",
    Description: "...",
    Type: "...",
    // ...
}
@quentinguidee quentinguidee added the type: Enhancement New feature or request label Oct 13, 2023
@quentinguidee
Copy link
Member Author

This should be somehow integrated with #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
repo: Server type: Enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant