school-as-code-testing / school-as-code

MIT License
0 stars 0 forks source link

configurable project boards #1

Closed colevandersWands closed 3 years ago

colevandersWands commented 3 years ago

@lpmi-13, can this line eventually read a list of boards from school.yml?

lpmi-13 commented 3 years ago

So we can use yaml with shell scripts, but it's arcane AF (https://gist.github.com/pkuczynski/8665367). This will be part of the design doc discussion, since this is one of the arguments for switching to use a python or node wrapper to the github api.

colevandersWands commented 3 years ago

I'm up for writing our own yaml parser in bash if you are, it would lay a good foundation and I'd rather not gather technical debt this early in the project.

lpmi-13 commented 3 years ago

just to close this out, we're going to use yaml, cause it's simple and human/machine readable, and most likely we'll be using node to interact with the github API anyway, so there's no need to do any funky yaml parsing in shell scripts.