Skip to content

jimmycasey/govDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published