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

Remove deprecated field: hasPendingWeeks

lomky opened this issue · comments

Description

Before this can be worked:

  • R2 is released
  • the API Gateway is sending hasValidPendingWeeks

During the implementation of BYE sceanrios we slightly altered the behavior of the API's handling of Pending Weeks, so we decided to rename the field from hasPendingWeeks to hasValidPendingWeeks. To avoid downtime we are initially supporting both fields, with hasPendingWeeks deprecated. Once the API Gateway is confirmed to be sending the new field, we can remove hasPendingWeeks completely as a maintenance release.

Acceptance Criteria

  • hasPendingWeeks field removed from Claim Tracker logic