API request: Course JSON with participants and their exercise status
まだ誰も着手していません。
評価
調査の方向性
Start by reading the existing /:instanceId/courses/:courseId/points.json, exercise_status/:studentId.json, and /:instanceId/participants.json API entry points. Trace how each supplies course participants, student information, and exercise status. Done means /:instanceId/courses/:courseId/participants.json returns the course id and each participant with the proposed information and exercise-status fields in one response.
索引モデルが issue の本文から書いたものです。
説明
There's a need for better API in TMC Server for resolving which students have been in a specific course and what is their exercise status. Now to get students of a specific course from TMC you need to navigate to
/:instanceId/courses/:courseId/points.json
and get student IDs from "users" attribute.
On the other hand, you can get exercise status from
/:instanceId/courses/:courseId/exercise_status/:studentId.json
Finally, for complete student information you need to get them from
/:instanceId/participants.json.
To solve all of this with just one request, we suggest the following path:
/:instanceId/courses/:courseId/participants.json
which returns something like this:
{ "id": "courseId", "participants":
[
{ "id": "1", "username": "name", "first_name": "first", "last_name": "last",
"exercise_status": [
{ "exercise1": "status" }, { "exercise2": "status" }
]
}
]
}
This way we can easily find out which students are in the course, their information and which exercises they have been working on.
- 主要言語
- Ruby
- スター
- 51
- フォーク
- 42
- 平均マージ
- 1時間 27分
- マージ済み PR(30日)
- 1
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
testmycode/tmc-server のほかの issue
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
testmycode/tmc-server#590 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 20/100
testmycode/tmc-server#576 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
testmycode/tmc-server#488 · コメント 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
testmycode/tmc-server#487 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
testmycode/tmc-server#477 · コメント 2 件 ·
testmycode/tmc-server の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
googleapis/google-api-ruby-client#28001 · リアクション 5 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100