You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should not see any spending from before month 1 of the fiscal year 2021 (the start of the bill)
Actual Behavior
From #114: The data we are seeing in the map is set to { "fiscal_year" : 2021, "month" : 1 }and in the monthly.spending.json the earliest I see money in Alaska is month 12, 2016:
Either in the src/data/monthly.spending.json or in the query data in the AnimatedArcsAndMap.tsx, look a state's results value and look through the sopending for each month until you arrive at a value
These should be 0 until month 1, 2021, but start much eariler as demo'd above
The spending codes "Z" and "1" are supposed to exclusively deal with BIL spending, so we need an investigation card to see if we botched something or if the API is returning bad results (or if a rogue agency submitted bad contract data, hah). Would you mind opening the card?
The text was updated successfully, but these errors were encountered:
Overview
A clear description of the bug.
Expected Behavior
We should not see any spending from before month 1 of the fiscal year 2021 (the start of the bill)
Actual Behavior
From #114: The data we are seeing in the map is set to
{ "fiscal_year" : 2021, "month" : 1 }
and in themonthly.spending.json
the earliest I see money in Alaska is month 12, 2016:Money in Idaho starts in month 4 of 2008:
On develop it's also showing this in Idaho:
And in Alaska ion develop:
Steps to Reproduce
src/data/monthly.spending.json
or in the query data in theAnimatedArcsAndMap.tsx
, look a state'sresults
value and look through the sopending for each month until you arrive at a valueAdditional context
@jacobtylerwalls noted in #114
The text was updated successfully, but these errors were encountered: