Karen Cranston
Karen Cranston
The slides for file naming and organization are great, but participants wanted to see some live demos / have hands-on activities. Let's translate some of the material in the slides...
We would like to be able to put the course directory for an abc-classroom course into version control. This means sharing the same config file, which currently stores the full...
We are currently doing very little error handling for the `abc-init` workflow. Re-evaluate the following steps and what exceptions we should handle. * getting the local token * validating a...
We currently have no tests for the methods in `github.py` (although some of this functionality does get tested when we run tests in other modules). Methods here: - [ ]...
To help with debugging abc-classroom errors, it would be helpful to have more output than what we see now in standard out. If we implement logging, then the log file...
In some of the EarthLab courses, there are group assignments. Each group is a GitHub Team. We won't use nbgrader for these assignments. How can we modify abc-classroom to clone...
Creating this issue to note places where we could better handle an error to be more friendly to the user. - [ ] abc-new-template: check that the course_materials directory exists...
There are several places in the code where we call github via the API. This code has no test coverage right now (to avoid calling the API each time we...
This is a start on the feedback tests. Couple of notes: * I refactored the single feedback method into two separate methods for ease of testing (and to avoid testing...
The first two resources in the [Community Developed Resources](https://docs.carpentries.org/resources/instructor-training/#community-developed-resources) section of the handbook require you to request access. Is that intentional, or did something change about the permissions? If the...