Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

[API Endpoint Request] Expose classroom and assignment creation and editing endpoints for programmatic automation

オープン
#90 コメント 0 件 リアクション 6 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
25/100
issue の種類
機能追加
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
github, go
領域
api, cli

調査の方向性

まず、GH Classroom extension に既存する command と API のエントリーポイントを特定します。issue では具体的なファイルやテストは指定されていません。提案されている classroom と assignment の route を対象範囲とし、classroom と assignment のプログラムによる作成・編集、およびそれに対応する extension command の実装を完了条件とします。

索引モデルが issue の本文から書いたものです。

説明

api-request

Every semester we have to manually create the GH classroom and all the assignments/labs within the classroom. We typically have about 6/7 assignments, 13 labs, and a group project.

Doing all of this through the GH classroom website is tedious. I'd love to see GH classroom creation for a given GH org, as well as the assignment creation/editing exposed so we can create everything programatically, and also add these commands to the GH classroom extension.
 

Proposed endpoint

A POST to /classrooms/create would create a classroom for a given GH organization with

  • GH classroom name

A POST to classroom/$clasroom_id would edit an existing classroom

A POST to classroom/$classroom_id/assignment/create would create an assignment with:

  • assignment name
  • assignment prefix
  • source repo url
  • due date
  • etc

A POST to classroom/$clasroom_id/assignment/$assignment_id would edit an existing assignment

Justification

Help with automation especially when there is a need to create many assignments in a course

主要言語
Go
スター
126
フォーク
21
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

github/gh-classroom のほかの issue

github/gh-classroom の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。