Appeal docketed - department-of-veterans-affairs/caseflow GitHub Wiki

Summary

The Appellant Notification module will notify an appellant when an appeal is created and added to the docket through a BVA Intake Admin. This happens one of two ways:

  1. The distribution task is created after successfully completing an intake.
  2. The pre-docketed appeal is docketed through a BVA Intake Admin.

Prepended Methods

As detailed above, there are two different ways to docket an appeal: through completing an intake and through docketing a pre-docket appeal.

  1. The method used to complete an intake to docket the appeal is called create_tasks_on_intake_success! which is defined in app/models/appeal.rb.
  2. The method used to 'docket' a pre-docket appeal is called docket_appeal which is defined in app/models/pre_docket_task.rb.

SMS and Email Templates

IMG_0568 IMG_1973

Use Case Scenario Diagram

Appeal Docketed Use Case