-
Notifications
You must be signed in to change notification settings - Fork 42
Notes from Code Across #23
Comments
@mascott Worth noting that the reason it's been hard to make high level sense of the data is due to the missing "Department" data that they'll be supplying us. |
This document can be helpful for understanding how some of this stuff nests: http://okc.gov/finance/BudgetDocs/FY16_Adopted_Budget.pdf |
I'm loving all of this. Thanks @jagthedrummer! |
@jagthedrummer I'd potentially like to get involved with this project. I'd like to take an overall look at the code first. What's the link to the branch I should clone? Also, where in the code should I start looking first to get a feel for what's going on. |
@energydev I believe that master is where you want to look. There's a little bit of stuff, like a budget timeline happening in the project itself, and then in the |
@jagthedrummer @mascot When I look at the master branch there are several directories with files plus files at the root level. Is there a file that is an equivalent of a home or starting page? |
@energydev I believe it's |
Here's an email we just got from Doug Dowler with extra info. The attached zip contains 3 CSV files and one Excel file.
|
Awesome! Thanks @jagthedrummer |
Doug, Chris, and Joanna from the city were here and we had a good discussion. Here are my notes.
For the flowable diagram:
Revenue Source => Fund => Department
Revenue Source is a new column that they will add to the revenue data.
Fund can be determined by Fund Code, in both the expense and revenue data.
Fund Code 001 == General Fund
Any other code == Non Discretionary Funds
In Expense data the first 3 digits represents the Department. They're still going to get us new columns in the expense data that gives us both a Department code and a Department description.
On zoomable expense chart
Top level: Department (the new column) (Police, Fire, Parks & Rec, City Manager, Zoo, etc...)
Second level: Line Of Business
Third level: Program
Fourth level: New data (generated from Account) (Personnel, Professional Services, Supplies, Capital, etc...)
They also talked about getting us some additional info that we could use to augment the zoomable chart. Things like "mission statement" for Departments, and success metrics for Programs and/or Line of Business.
The text was updated successfully, but these errors were encountered: