Chartability / POUR-CAF

Chartability, an inclusive data experience toolkit
https://chartability.github.io/POUR-CAF/
106 stars 5 forks source link

Could we get a CSV or spreadsheet of the workbook? #3

Open frankelavsky opened 2 years ago

frankelavsky commented 2 years ago

Requested by Emily Kund on DVS slack.

We would want a workflow that takes the input JSON file (similar to how we generate our markdown) and outputs a csv (or equivalent) file that folks could open with excel or google sheets. Ideally, we could even set up a central google sheet file to import this straight from a URL to this repo's github.io page and then stay up-to-date automatically.

Ideally the CSV is helpful for workbook activities, so there is a column added for tests performed, tests failed, notes from auditing, and perhaps also file names (for saving screenshots as images outside of the csv file).

frankelavsky commented 2 years ago

For anyone coming to this, check out our contribution document to learn how the repo is set up (basically just node + pandoc right now).