vets-api icon indicating copy to clipboard operation
vets-api copied to clipboard

Add Status Column to InProgressForm

Open tfink419 opened this issue 11 months ago • 1 comments

Summary

  • This work is behind a feature toggle (flipper): NO
  • Adding new column to track submission status of in-progress forms internally

Related issue(s)

  • department-of-veterans-affairs/va.gov-team/issues/77171

Testing done

  • ~[ ] New code is covered by unit tests~
  • ~Describe what the old behavior was prior to the change~
  • ~Describe the steps required to verify your changes are working as expected. Exclusively stating 'Specs run' is NOT acceptable as appropriate testing~
  • ~If this work is behind a flipper:~
    • ~Tests need to be written for both the flipper on and flipper off scenarios. Docs.~
    • ~What is the testing plan for rolling out the feature?~

What areas of the site does it impact?

Will be used to determine whether to display form on site

Acceptance criteria

  • [x] ~I fixed|updated|added unit tests and integration tests for each feature (if applicable).~
  • [x] ~No error nor warning in the console.~
  • [x] ~Events are being sent to the appropriate logging solution~
  • [x] ~Documentation has been updated (link to documentation)~
  • [x] ~No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs~
  • [x] ~Feature/bug has a monitor built into Datadog or Grafana (if applicable)~
  • [x] ~If app impacted requires authentication, did you login to a local build and verify all authenticated routes work as expected~
  • [x] ~I added a screenshot of the developed feature~

tfink419 avatar Mar 11 '24 19:03 tfink419