github / gh-classroom

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.
MIT License
82 stars 13 forks source link

Add assignment grades CSV download command #22

Closed zrdaley closed 1 year ago

zrdaley commented 1 year ago

Fixes https://github.com/github/gh-classroom/issues/5

Instead of creating a new API endpoint for grades, I think it makes sense to return grades as part of the assignment response. This will allow us to piggy back on existing CLI tooling.

Pre-requisites:

zrdaley commented 1 year ago

closing in favor of https://github.com/github/gh-classroom/pull/28