codestates / codestates/CloudLounge
[Task] 관리자페이지 개발
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
### ISSUE
- Group: `client`
- Type: `feature`
- Detail: 관리자페이지 개발
### TODO
1. [ ] 최초 렌더링시 서버에 신고횟수 10회 이상인 라운지정보 요청 (GET /admin)
2. [ ] 하나의 라운지를 표현할 수 있는 컴포넌트를 재사용(라운지의 이름, 신고횟수, 삭제버튼)
3. [ ] 삭제버튼을 클릭시 서버에 신고내역을 삭제하는 요청(DELETE /admin/:loungeId)
### Estimated time
### `3h`
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in the client area and locate the admin-page entry point for GET /admin. Implement the lounge display with its name, report count, and delete action using DELETE /admin/:loungeId; done means lounges with at least 10 reports appear on initial render and deletion requests are sent when the button is clicked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100