Basketball-Competition-Dashboard / Project

Backend programs
0 stars 0 forks source link

Complete player-profiles[POST], add [PUT, DELETE] stub #5

Closed jeremy900425 closed 3 months ago

jeremy900425 commented 3 months ago

Complete player-profiles[POST], add [PUT, DELETE] stub

Description

  1. 完成player-profiles[POST] 功能
  2. 新增player-profiles[PUT, DELETE] stub,stub功能如下描述 PUT採用random choice 201, 204, 400, 401 DELETE採用id參數判斷: id == 1 return 204 id == 2 return 400 id == 3 return 401 else return 404

Checklist

Item Is checked? Description
Explanation V My changes are well-explained.
Documentation V My works are well-commented or clear.
Tests X I have added tests or reports to cover my changes.
AsherJingkongChen commented 3 months ago

Response

Ok, I am solving the conflicts. The review is ongoing.

AsherJingkongChen commented 3 months ago

What to do next?

I will fix some issues.

AsherJingkongChen commented 3 months ago

Info

No conflict

AsherJingkongChen commented 3 months ago

Waiting for other changes

I will update Web API Spec later.

This pull request is not ready to merge yet. Please be patient.