feat: 관리자/활동/이슈 API 전체 구현 #4
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/admin-and-api"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
New Endpoints (26개)
Admin (
/api/admin/**)Activity (
/api/activity/**)| POST | /api/activity/track | 페이지뷰 기록 |
| GET | /api/activity/login-history | 로그인 이력 |
Issue (
/api/issues/**)| GET | /api/issues | 이슈 목록 (페이징) |
| POST | /api/issues | 이슈 생성 |
| GET | /api/issues/{id} | 이슈 상세 |
| PUT | /api/issues/{id} | 이슈 수정 |
| POST | /api/issues/{id}/comments | 코멘트 추가 |
Test Plan
./mvnw clean compile빌드 성공🤖 Generated with Claude Code