Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

提出結果一覧の取得 #5

Open
meian opened this issue Apr 27, 2024 · 0 comments
Open

提出結果一覧の取得 #5

meian opened this issue Apr 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@meian
Copy link
Owner

meian commented Apr 27, 2024

GET /contests/[contestID]/submittions or GET /contests/[contestID]/submittions/me から情報を取得して一覧で表示するサブコマンドの実装

  • デフォルトでは GET /contests/[contestID]/submittions/me を対象にする
  • 特定の引数をつけると GET /contests/[contestID]/submittions を呼び出して他ユーザーの回答も取得できるようにする
  • 引数は以下の通り
    • コンテストID(位置引数)
      • デフォルトは最後に操作したコンテストのID
    • 他のユーザーの結果を取得するかどうか
    • フィルター
      • 問題ID
      • 言語は Go 固定
      • 結果
      • ユーザー

提出結果はリアルタイムで変わるのでDBには保存しないで常にhttp経由で取得する

@meian meian added the enhancement New feature or request label Apr 27, 2024
@meian meian changed the title 自身の提出結果一覧の取得 提出結果一覧の取得 Jul 7, 2024
@meian meian self-assigned this Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant