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

Proposal: add a CSV table of codes #21

Open
gonuke opened this issue Sep 21, 2022 · 2 comments
Open

Proposal: add a CSV table of codes #21

gonuke opened this issue Sep 21, 2022 · 2 comments

Comments

@gonuke
Copy link

gonuke commented Sep 21, 2022

Github's CSV viewer allows for searching the table, so it could create an interesting mechanism to filter the list of codes.

The choice of columns is open for discussion, but once declared, each new contribution would need to include an addition to the CSV table for their tool.

I'm not sure whether the CSV viewer renders URLs that might link to the repo/source.

@partofthething
Copy link
Contributor

Having the data stored in some structured format is a great idea. Another option might be to put it in json or yaml and then render it using the static site generator capabilities of GH Pages, which I think uses Jekyll? . This can loop over the data and make a few different views/filters, etc. That said, I haven't seen the csv viewer yet, so maybe that's better.

@gonuke
Copy link
Author

gonuke commented Sep 21, 2022

CSV viewer is the 60-75% solution - requires 0 development effort but only 60-75% of what may be desired. Jekyll can read CSV, so it may be a good upgrade path, as well.

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

2 participants