cagov / ui-claim-tracker

This repo contains the Claim Status Tracker app, which helps Californians better understand what’s happening with their unemployment claim and benefits.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text updates to Program Type field display and mappings

dianagriffin-zz opened this issue · comments

Description

Field label update:

  • Change “Program Type” field label under Claim Details to “Claim Type”

Program Type/Extension Type mappings updates:

  • Prepend "Disaster Assistance -" to the PUA and DUA claim type values
  • Remove the hyphens before "Tier _ Extension" from EUC, PEUC, EUX, PEUX, EUY, PEUY, EUW, and EUZ “Extension Type” values
  • Add the acronym (TRA) in the Trade Readjustment Allowance “Extension Type” values
programType Claim Details Claim Type Claim Details Extension Type
UI Unemployment Insurance (UI)  
EUC - Tier 1 Extension Unemployment Insurance (UI) Emergency Unemployment Compensation (EUC) Tier 1 Extension
PEUC - Tier 1 Extension Unemployment Insurance (UI) Pandemic Emergency Unemployment Compensation (PEUC) Tier 1 Extension
EUX - Tier 2 Extension Unemployment Insurance (UI) Emergency Unemployment Compensation (EUC) Tier 2 Extension
PEUX - Tier 2 Extension Unemployment Insurance (UI) Pandemic Emergency Unemployment Compensation (PEUC) Tier 2 Extension
EUY - Tier 2 Augmentation Unemployment Insurance (UI) Emergency Unemployment Compensation (EUC) Tier 2 Augmentation
PEUY - Tier 2 Augmentation Unemployment Insurance (UI) Pandemic Emergency Unemployment Compensation (PEUC) Tier 2 Augmentation
EUW - Tier 3 Extension Unemployment Insurance (UI) Emergency Unemployment Compensation (EUC) Tier 3 Extension
EUZ - Tier 4 Extension Unemployment Insurance (UI) Emergency Unemployment Compensation (EUC) Tier 4 Extension
FED-ED Extension Unemployment Insurance (UI) Federal-State Extended Duration (FED-ED)
CAL-ED Extension Unemployment Insurance (UI) California Extended Duration (CAL-ED)
TRA Basic Extension Unemployment Insurance (UI) Trade Readjustment Allowance (TRA) Basic Extension
TRA Additional/Remedial Extension Unemployment Insurance (UI) Trade Readjustment Allowance (TRA) Additional Extension
Training Extension (TE) Unemployment Insurance (UI) Training Extension (TE)
DUA Disaster Assistance – Disaster Unemployment Assistance (DUA)  
PUA Disaster Assistance – Pandemic Unemployment Assistance (PUA)  

Acceptance Criteria

  • The field label under Claim Details displays as "Claim Type"
  • When the API returns a programType as DUA the Claim Type value displays "Disaster Assistance – Disaster Unemployment Assistance (DUA)"
  • When the API returns a programType as PUA the Claim Type value displays "Disaster Assistance – Pandemic Unemployment Assistance (PUA)"
  • When the API returns a programType containing Tier the display value does not include hyphens
  • When the API returns a programType containing TRA the acronym "(TRA)" is included in the display value
  • Tag @nicoleslaw on PR review