class

NotificationService

Inherits Reference < Object

Class methods

notify_task_assigned(task : Task, assignee : Guest)

Story 53: Notify when task is assigned

Source
notify_task_reassigned(task : Task, new_assignee : Guest, old_assignee : Guest | Nil)

Story 53: Notify when task is reassigned

Source
process_pending_notifications

Process pending notifications (would be called by background job)

Source
schedule_event_reminders(event : Event)

Story 52: Schedule automatic reminders for an event

Source