sitcon-tw / Camp2024-Drawing-Competition-Backend

A Python Turtle Judge Challenge System
Other
1 stars 2 forks source link

✨ List round 回傳該 Round 所有 Challenge #11

Closed fan9704 closed 6 months ago

fan9704 commented 6 months ago

add challenge_list field

描述 Description

這支 PR 所做的事情,盡可能詳細取代本文字。 Replace this text and describe This PR doing(Better to be detail)

GET: /api/round/ 取的所有 is_valid round 並且回傳

[
 {
   "id":1,
   "challenge_list": [],
   "start_time":"",
   "end_time":"",
   "is_valid":true,
 }
]

相關的 Issues #(ticket number) / 無 Related Issues #(ticket number) / None

https://github.com/fan9704/Drawing-Competition-Backend/issues/7

變更的類型 Change Type

影響的 API Affect API

相關的 資源或參考文件連結 Related Resource/Document Link

If this PR related some resource/document please offer link

檢查清單 Check List

- [ ] 我已經在本地手動測試過,確保功能的完整性和穩定性 I have done fully correct manual test