ghclass
ghclass copied to clipboard
Tools for managing classroom organizations
The [maximum API calls per hour](https://developer.github.com/apps/building-github-apps/understanding-rate-limits-for-github-apps/) for an organization with > 20 repos and > users is 12,500. There are a number of feasible scenarios in which the peer review...
Should `peer_create_form_review()` and `peer_create_form_rating()` have separate parameters? I.e.: - `form_review`/`form_rating` containing the file name of the review form. This would match the naming of parameters in `peer_assign()`, `peer_return()`, `peer_score_review()`, and...
For the peer review functions, I am trying to use the [GitHub Trees API](https://developer.github.com/v3/git/trees/#create-a-tree) to move files/folders from one repo to another, without the commit history. I am following a...
It would be helpful to create an overview of (groups of) functions in `ghclass` and how they relate to specific tasks, e.g. - setting up course repos - adding content...
if not possible, any issues created should tag people @thereseanders
Add functionality that creates an issue to communicate feedback - from reviewer to author - (if authors rate review): from author back to reviewer. This should also be reflected in...
login is based on git config, so can be `NA` if `user.email` doesn't match account email. maybe there's a way to pull the github username or something else if that...
for discoverability https://blog.r-hub.io/2019/12/10/urls/
Hi @rundel, I am now on the other side of things. I have a list of issues where participants have fixed errors and files now render. I would like to...