forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #88
Reference in New Issue
Block a user
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?
Context
Users have no way to be notified when a long-running batch job completes or when a company's innovation score changes significantly without polling the UI.
Work
webhooksornotificationstable to store user-configured notification endpoints and event types.job.completedandscore.changedevents.Acceptance Criteria
References
Roadmap: P3 — webhook/notification support.
Resolved. Webhook/notification support for batch job completion and score changes implemented. Implemented in PR #66 (merged). See
SPARC/webhooks.py.