Skip to content

Feat: 房主按下開始遊戲 - 2 #238

Closed
@Parkerhiphop

Description

@Parkerhiphop

Stories

  1. 開始遊戲 - 全部人已準備好
  2. 開始遊戲 - 有人沒準備好

DoD

房間內所有人的 User Card 上都顯示「已準備」的文字訊息
房主按下「開始遊戲」,進入遊戲

Schema

POST /rooms/{roomId}/players/me:ready

Response 200
{
    "message": "success"
}

Response 404
{
    "message": "Room not found",
    "detail"?: String
}

Response 400
{
    "message": "column is not correct."
    "detail": [
        'email is required',
        'email is not the correct format',
        'age can not be older than 136.',
    ]
}

POST /rooms/{roomId}/players/me:cancel

Response 200
{
    "message": "success"
}

Response 404
{
    "message": "Room not found"
}

Response 400
{
    "message": "Player not joined"
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions