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
6 of 10 tasks
yatuhashi opened this issue Apr 11, 2018 · 1 comment
Open
6 of 10 tasks

コンテストの設定に関する機能 #5

yatuhashi opened this issue Apr 11, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@yatuhashi
Copy link
Collaborator

yatuhashi commented Apr 11, 2018

モデルのテーブル

	BaseModel
	StartAt         time.Time `json:"start_at"`
	EndAt           time.Time `json:"end_at"`
	ChallangePublic bool      `json:"challenge_public_is"`
	Submit          bool      `json:"submit_is"`
	PreRanking      bool      `json:"preranking_is"`

必要なAPI

  • Index
  • Show
  • Create
  • Update
  • Delete
  • Adapt

必要なチェック関数

  • コンテストが開催中であるか
  • 問題を公開中か
  • ランキングを公開中か
  • ランキングをプレランキングを表示するか
@yatuhashi
Copy link
Collaborator Author

APIのエンドポイントは完成した。

チェック関数も大体書いた。
time型のCreateとUpdateが心配。
time型がうまく処理できれば、各APIにチェック関数を挟んで終わり。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant