Closed jacobworrell closed 4 months ago
@jacobworrell messaged Andrew about this and he is putting together a list for us. This ticket is blocked until we get those codes. https://dsva.slack.com/archives/C04KHCT3ZMY/p1717511668158509
@pmclaren19 this is the official list of EP codes we're using. @jerekshoe mentioned us probably just being able to use the more generic codes (column A), but the more specific ones are also included in each row. Rating EPs and Claim Labels For Claim Expansion Release.xlsx. I think we are good to proceed with this ticket.
@jacobworrell updating the AC here to no longer include the claim card since this work is currently blocked and being handeled by https://github.com/department-of-veterans-affairs/va.gov-team/issues/82376 . Will updated the ac of this ticket to include calling our new helper function.
Also updating the AC here to include the ClaimOverviewHeader.
Validated that this is working correctly in Staging. When the feature flag is enabled and a given claim has a claim type code that matches the ones from our list the 8 phases are displayed and we show the new claim phase stepper, otherwise we show the 5 phases and the old timeline.
Value Statement
As a veteran who has filed a non-disability claim I want to see accurate descriptions of my claim process and not see information specific to the disability compensation claim process So that my expectations about the process are managed.
Background Context
As part of our claim phase expansion, we need to limit the feature to be only for disability compensation claims. It is important to note that this work is blocked by two factors:
Here's a screenshot of the new overview experience we ONLY want to show for disability compensation claims:
And here are two screenshots of the other two areas mentioned in the AC for which we'll want to make sure only get changed for disability compensation claims:
Engineering
claim.attributes.claimTypeCode
, example:110LCMP7IDES
Product Tasks
Engineering Tasks
isDisabilityCompensationClaim
which will return true or false and accept a claim type code as a parameterisDisabilityCompensationClaim
helper function to determine which version of the UI to showisDisabilityCompensationClaim
helper function to determine which version of the UI to showisDisabilityCompensationClaim
helper function to determine which version of the UI (which version of Claim Phase UI) to showDefinition of Done
Acceptance Criteria