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
281 stars 197 forks source link

5103 - Notify Vets about what evidence they need to submit #83534

Open pacerwow opened 3 months ago

pacerwow commented 3 months ago

As a Veteran I want to be able to view any information that the VA is required to tell me by law in regards to supporting evidence. The info component needs to be updated on both the Intro Page and the Supporting Evidence Page

Alert designs in Figma

https://www.figma.com/design/igOOQi5BOTgQQJYA9X2G3M/5103-equivalent-language?node-id=5559-6638&t=DhM3Da0S45LKl0Ra-4

Tasks

Front end tasks

Acceptance Criteria

pacerwow commented 3 months ago

Related to work in #80767

mchae-nava commented 2 months ago
Example:
<va-alert status="info" visible uswds>
<h3 className="vads-u-font-size--h3 vads-u-margin-top--0">Notice of evidence needed</h3>
        <p className="vads-u-font-size--base">
          We’re required by law…
        </p>
      </va-alert>

Link: 
<a className="vads-u-font-size--base" href={PDF_URL}>
Review official requirements on VA Form 21-526EZ (PDF)</a>
mchae-nava commented 2 months ago
<li>
            <h3>Prepare</h3>
            <h4>To fill out this application, you’ll need your:</h4>
            <ul>
              <li>Social Security number (required)</li>
            </ul>
            <p>
              <strong>What if I need help filling out my application?</strong>{' '}
              An accredited representative, like a Veterans Service Officer
              (VSO), can help you fill out your claim.{' '}
              <a href="/disability-benefits/apply/help/index.html">
                Get help filing your claim
              </a>
            </p>
          </li>
          <li>
            <h3>Apply</h3>
            <p>Complete this Mock form form.</p>
            <p>
              After submitting the form, you’ll get a confirmation message. You
              can print this for your records.
            </p>
          </li>
          <li>
            <h3>VA Review</h3>
            <p>
              We process claims within a week. If more than a week has passed
              since you submitted your application and you haven’t heard back,
              please don’t apply again. Call us at.
            </p>
          </li>
          <li>
            <h3>Decision</h3>
            <p>
              Once we’ve processed your claim, you’ll get a notice in the mail
              with our decision.
            </p>
          </li>