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

Simplify business logic flow if isBye is always returned by the API #524

Closed lomky closed 2 years ago

lomky commented 3 years ago

Description

If it turns out that isBye is a garunteed field in the API response, we can simplify several pieces of logic, as noted by @rocketnova in #516. We will also need to update our 'null' error reponse catches to expect it.

This work is blocked until we see how the API handles the new field.

Acceptance Criteria

rocketnova commented 3 years ago

Moving out of R2 feature release per conversation on 11/10 with @lomky