department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 204 forks source link

Send Submitted email #94192

Open pacerwow opened 1 month ago

pacerwow commented 1 month ago

Issue Description

As a Veteran I want to receive an email when my application for disability compensation is submitted so that I know VA is working on my claim. Since Veterans are sufficiently informed of their submission status by the existing Received email, this feature only impacts Veterans who have an asynchronous submission, i.e. the Backup path.

Additional Information

This work follows VA's Stay informed of their form submission status pattern, and follows the guidance below.

Synchronous

Per VA's Design System Pattern, if there’s no lag time between when someone submits a form and when we receive it—the form was received in the system of record in time for us to show a success message on the confirmation page—then we consider it a synchronous form. In this case, you need to implement only one email notification:

Received: The notification when we’ve received a submitted form in the system of record. This means the form is ready for processing. Only send this status notification when we have confirmation that the request has reached the system of record.

Asynchronous

If there’s a lag time between when someone submits the form and when VA receives it in the system of record, you must implement these 3 email notifications:


Acceptance Criteria


How to configure this issue

pacerwow commented 1 day ago

Removed ZSF tag as it was incorrectly labeled. This work does not cover a gap of the Veteran UX where there is a failure and VA hasn't notified them of such.