Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Data Quality Dashboard with Issues #35

Open
JJediny opened this issue Mar 24, 2016 · 0 comments
Open

Add a Data Quality Dashboard with Issues #35

JJediny opened this issue Mar 24, 2016 · 0 comments

Comments

@JJediny
Copy link
Contributor

JJediny commented Mar 24, 2016

We recently worked on a jekyll template that uses bootstrap progress bar with _data directory to generate a simple/edittable dashboard...
image

it uses a 1-100 value split equally between todo/doing/done along with a simple issue url/text/type in the yaml frontmatter...

items:
  - item: 'Text'
    todo: 10
    doing: 0
    done: 90   
    issues:
    - issue: info #todo, doing, done
      text: Example Link
      url:     
    - issue: todo #todo, doing, done
      text: Example Link
      url: 
    - issue: doing #todo, doing, done
      text: Example Link
      url: 
    - issue: done #todo, doing, done
      text: Example Link
      url:  

https://github.com/GSA/datagovATO/blob/gh-pages/_data/alerts.yml

KarenJewell referenced this issue in OpenDataScotland/jkan Nov 27, 2021
KarenJewell referenced this issue in OpenDataScotland/jkan Nov 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant