CityOfBoston / budget.boston.gov

Budget.boston.gov is a web application that displays the City of Boston’s budget books online.
https://budget.boston.gov
7 stars 12 forks source link

3/22/18 JSON ALL ORG/Programs Not Displaying on Budget Dept Page #277

Closed jimwilliamson-boston closed 6 years ago

jimwilliamson-boston commented 6 years ago

https://budget.digital-staging.boston.gov/operating-budget/cabinets/administration-and-finance/budget-management/ image

jimafisk commented 6 years ago

These blank rows are coming through because the JSON source has null values instead of program names. See: https://github.com/CityOfBoston/budget.boston.gov/blob/develop/_source/fy18_adopted/json/_departments/administration-and-finance/budget-management.json#L46

@paulparisi can you take a look? Thanks!

jimwilliamson-boston commented 6 years ago

Jim Fisk & I just looked at detail 19 data generated via JSON and the numbers look good. Still have the issue with Program/Org names not showing up.

paulparisi commented 6 years ago

I have found and fixed this issue. In the dept, div and org tables there are several fields for, for example, OrgName, OrgName1, OrgName2 - these are used for instances where we need to accommodate the inability to have duplicate names in Hyperion. So we keep the name used for linking in one field and the "display" name in another. We will need to solidify these and use the correct ones throughout. I think for now this could be closed.