codestates / codestates/WBA-BC-Project-03
[Task] Backend API
- Dominant language
- Go
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
### ISSUE
- Group: Back
- Type : Feature
백엔드 API Router 작성
### TODO
1. [x] 관리자: 풀 추가하기 -> /pool [PUT]
2. [ ] 관리자: 풀 삭제하기 -> /pool [DELETE]
3. [x] 사용자: 풀 밸런스 조회 -> /pool [GET]
4. [x] 사용자: 사용가능한 풀 목록 조회 -> /pool/list [GET]
5. [ ] 사용자: 자산이 예치된 풀 목록 조회 -> /pool/list [POST]
6. [x] 사용자: 풀에 자산 예치 -> /pool/deposit [PATCH]
7. [ ] 사용자: 풀에서 자산 인출 -> /pool/withdraw [PATCH]
8. [x] 사용자: 스왑하기 -> /pool/swap [PATCH]
9. [ ] 사용자: 자신이 가지고 있는 토큰 목록 조회 /token/list [GET]
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Go API router and the existing /pool routes listed in the issue. Review how the completed endpoints are structured, then determine the expected behavior for the unchecked DELETE, POST, PATCH, and GET routes. Done means the remaining routes are implemented consistently with the existing API.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100