feature/IO-3096-GlobalNotifications - Global Notification Settings on profile page

This commit is contained in:
Dave Richer
2025-02-06 13:36:19 -05:00
parent 14e362ec3f
commit 9bb7f647a7
5 changed files with 174 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
const notificationScenarios = [
"job-assigned-to-me",
"bill-posted",
"critical-parts-status-changed",
"part-marked-back-ordered",
"new-note-added",
"supplement-imported",
"schedule-dates-changed",
"tasks-updated-created",
"new-media-added-reassigned",
"new-time-ticket-posted",
"intake-delivery-checklist-completed",
"job-added-to-production",
"job-status-change",
"payment-collected-completed",
"alternate-transport-changed"
];
export default notificationScenarios;