Skip to content

Commit

Permalink
Merge pull request #156 from sya/patch-1
Browse files Browse the repository at this point in the history
2016 Budget Numbers
  • Loading branch information
mateoclarke authored Jun 4, 2017
2 parents cd6224f + 41c7c70 commit 916fde2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/data/departments.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 22103276,
amount2015: 21086564,
amount2016: 22514014,
percentChange: 0,
deptId: 1,
url: 'https://data.austintexas.gov/stories/s/Municipal-Court/xm6x-8vij',
Expand All @@ -28,6 +29,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 387399375,
amount2015: 373570249,
amount2016: 386573423,
percentChange: 0,
deptId: 2,
url: 'https://data.austintexas.gov/stories/s/Police/v4d4-74jw',
Expand All @@ -45,6 +47,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 185889176,
amount2015: 175266499,
amount2016: 185513831,
percentChange: 0,
deptId: 3,
url: 'http://www.austintexas.gov/department/fire',
Expand All @@ -66,6 +69,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 83870728,
amount2015: 78255956,
amount2016: 83786011,
percentChange: 0,
deptId: 4,
tradeoff: [
Expand All @@ -87,6 +91,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 8047868,
amount2015: 7505329,
amount2016: 7642545,
percentChange: 0,
deptId: 5,
},
Expand All @@ -98,6 +103,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 38405897,
amount2015: 32902297,
amount2016: 37523998,
percentChange: 0,
deptId: 6,
tradeoff: [
Expand All @@ -118,6 +124,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 12946559,
amount2015: 11546362,
amount2016: 12914285,
percentChange: 0,
deptId: 7,
tradeoff: [
Expand All @@ -138,6 +145,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 80760700,
amount2015: 75432093,
amount2016: 80504938,
percentChange: 0,
deptId: 8,
url: 'https://data.austintexas.gov/stories/s/Parks-and-Recreation/wgi2-kbuk',
Expand All @@ -164,6 +172,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 47877210,
amount2015: 41755192,
amount2016: 47167036,
percentChange: 0,
deptId: 9,
},
Expand All @@ -175,6 +184,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 27572364,
amount2015: 7793303,
amount2016: 7793303,
percentChange: 0,
deptId: 10,
tradeoff: [
Expand All @@ -196,6 +206,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 38118507,
amount2015: 36080604,
amount2016: 38536285,
percentChange: 0,
deptId: 11,
tradeoff: [
Expand All @@ -216,6 +227,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 5377245,
amount2015: 4818944,
amount2016: 5798181,
percentChange: 0,
deptId: 12,
tradeoff: [
Expand All @@ -237,6 +249,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 852536,
amount2015: 852536,
amount2016: 852536,
percentChange: 0,
deptId: 13,
tradeoff: [
Expand All @@ -254,6 +267,7 @@ const departments = [
explainYourSpending: null,
lastYearAmount: 1,
amount2015: 360943,
amount2016: 835943,
percentChange: 0,
deptId: 14,
tradeoff: [
Expand Down

0 comments on commit 916fde2

Please sign in to comment.