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
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.
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