Question
Build Notification Settings: Missing Per‑Project Granularity
Tasadduq BurneyownerOwner · Founder
21.4K reputation · 31 Jul 2024, 21:10 UTC
24.5K views0
Build Notification Settings
StackBlitz offers a global toggle to enable or disable sound and pop‑up alerts for build successes and failures. This single switch applies across all projects in an account, meaning that turning it off for one workspace silences alerts for every other workspace as well.
Goal
Users want to reduce notification noise while still receiving critical alerts for specific projects or severity levels.
Current Constraints
- No per‑project or severity‑based toggle in the UI.
- Absence of an API to programmatically adjust notification preferences.
- No role‑based permission boundary; all collaborators share the same settings.
Unresolved Questions
- Should a per‑project notification toggle be introduced to isolate alerts?
- Could role‑based permissions be added so that only designated users control notification settings?
- Is an API endpoint feasible to allow CI pipelines to adjust alert preferences on demand?