gh-classroom icon indicating copy to clipboard operation
gh-classroom copied to clipboard

Feature request: add `accept` command

Open zrdaley opened this issue 2 years ago • 3 comments

Allow students to accept GitHub Classroom assignments via the CLI as well, as via

gh classroom accept ORG/REPO

wherein ORG is a teacher's org (for GitHub Classroom) and REPO is a template repo therein.

Alternatively, per @octosteve, a student could be prompted interactively to select an assignment to accept.

zrdaley avatar Aug 14 '23 22:08 zrdaley

Hi @zrdaley this feature would really help with faculty adopting classrooms and I would love to implement it. From what I can tell this would need some endpoints exposed on the backend as everything now is just read only. Is there any further documentation that you can share :)

If backend modifications are necessary I would be happy to implement them as well. Thanks for all the hard work!

-Shane

shanep avatar Oct 08 '23 21:10 shanep

@shanep thank you for bumping this!

Could you open an API Endpoint request issue? Unfortunately the api is not open source so it will have to be something that our team works on internally. However, once the endpoint is available we would be thrilled for you to help create the actual command in the cli!

cc @RyanHecht for product input and prioritization of this issue.

zrdaley avatar Oct 09 '23 15:10 zrdaley

@zrdaley DONE :)

shanep avatar Oct 09 '23 16:10 shanep