Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.44 KB

govDashboard.ie

Government Dashboard was created to track the data that matters to people in Ireland.

govdashboard.ie is a crowdsourced, single source of truth for data points across:

  • Housing
  • Income
  • Health

How it works

  • Anyone can make an update to the dashboard when new data becomes available. See "Contributing" below.
  • All info in the dashboard is backed up with a link from a reputable source.
  • All sources and history is available in the github repo along with who made the updates.

Contributing

To update a metric, edit the json at the bottom of index.html by following the guide below or create a PR how you usually do:

  • https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files#editing-files-in-another-users-repository

    govDashboard/index.html

    Lines 137 to 162 in eec34cd

    // ***********************************************************************************************************************
    // Edit the stats object below with new value, link, and date
    // ***********************************************************************************************************************
    let stats = {
    "homes": {
    "homeless": {
    "value": "10,568",
    "link": "https://homelessnessinireland.ie/",
    "date": "1st July 2002"
    },
    "houses_built": {
    "value": "26,000",
    "link": "https://businessplus.ie/news/construction-of-homes-target/",
    "date": "8th Sept 2022"
    },
    "derelict_vacant": {
    "value": "110,000",
    "link": "https://www.irishmirror.ie/news/irish-news/new-tax-come-data-shows-27415606",
    "date": "6th July 2022"
    },
    "rent_subsidies": {
    "value": "1,220,000,000",
    "link": "https://www.irishexaminer.com/news/arid-40888892.html",
    "date": "6th June 2022"
    }
    },

Or propose an update by creating a new issue here: https://github.com/jimmycasey/govDashboard/issues

Under the Hood

  • Built from static HTML, deployed using GitHub Actions and hosted in GitHub Pages.
  • Tweets on every merge to main with "send-tweet-action" Github Action using the commit message as the tweet status.

Thanks