You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/RandomAPI/Program.cs
+77-1Lines changed: 77 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,65 @@
26
26
27
27
28
28
//TODO:
29
+
// - good logging service. rabapp has an event table, i bet i could do something worse
30
+
31
+
// - add a db. sqlite will probably work here since its small
32
+
//how tf will i get a db in here
33
+
29
34
// - AlertGatewayService
30
35
// API Endpoint Goal: POST / alert / ingest
31
36
// Brief Description(Project Scope): Centralized Notification Hub with Discord Integration.
32
37
// Receives generic webhooks (from Sentry, CI/CD, etc.), standardizes the payload, applies personalized filtering rules, and routes the cleaned alert to your Discord channel using a webhook.
33
38
// The service will format the alert into a visually appealing Discord Embed using a library like discord-webhook or requests.
0 commit comments