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.
9 stars 4 forks source link

Rearchitect ProgramType logic to be more robust #521

Open lomky opened 3 years ago

lomky commented 3 years ago

Description

At the moment the knowledge of ProgramTypes lives in two places:

DRY up this code to avoid duplication of the lists of ProgramTypes. We want to avoid narrowly tailoring, as well, in case we later need to analyze Program Types in another way.

Acceptance Criteria