Hearing scheduled - department-of-veterans-affairs/caseflow GitHub Wiki

Summary

The Appellant Notification module will notify an appellant when a hearing is scheduled for a Hearing type appeal. This happens when the hearing coordinator adds a hearing to the hearing docket for a specific day from the appeal's case details page. When a hearing is scheduled, the ScheduleHearingTask is completed and the new hearing with all its information is added to the HearingRepository.

Prepended Methods

The method that is being tracked is create_hearing(task_values) located in app/models/tasks/schedule_hearing_task.rb.

SMS and Email Templates

IMG_0545 IMG_2993

Use Case Scenario Diagram

Hearing Scheduled HC Use Case