codestates / codestates/ETON-server
[Task] API 수정 및 최종 점검
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Task Card
**Assignee**: @aesopfrom0
### Job Description
- [x] (수정) GET /boards/:board_id/member response 형태 정해주세요
- [x] (수정) POST task , progress 추가 시 db 에서 생성된 id 가 필요해요. 그래서 새로 생성해서 알게된 숫자id를 priority 속성 끝에 '' 이면 '숫자 혹은 '1,2' 뭐 있으면 '1,2,숫자' 이렇게 바꿔서 저한테 다시 return 해주셔야할거 같아요
- [x] (추가) GET boards/:board_id/task/all
유저가 참여하고있는 task 모두 가져오기
- [x] (곂침) PATCH /boards/:board_id -> 같은 거로 따로 prg_priority 수정, title 수정 둘다 함
PATCH /boards/:board_id/prg_priority
PATCH /boards/:board_id/title
이런식으로 분기하면 될듯
- [x] (삭제 - 타이틀 PATCH 말고) PATCH /boards/:board_id - https://eton-1.gitbook.io/eton/untitled#modify-the-project-info
왜냐하면, 아래에 이미 각각 정의됨.
remove_prg_id & prg_priority - prg 순서 관련해서는 /boards:/board_id/progress 에서 진행
user_id - 멤버 변경 관련해서는 /boards/:board_id/member 에서 진행
- [x] 모든 제목에 [prefix] 해주세요
- [x] response 점검 & 채우기
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.