feat: 서비스 관리 API 구현 (#44) #45
No reviewers
SPMS/Owners
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#45
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#44-service-management"
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?
📋 작업 요약
Super Admin이 서비스 목록 조회, 상세 조회, 상태 변경을 할 수 있는 API를 구현했습니다.
🔗 관련 이슈 (Related Issues)
Closes #44
🛠️ 작업 내용 (Changes)
Application Layer
ServiceListRequestDto- 목록 조회 요청 DTO (페이징, 검색, 상태 필터)ServiceListResponseDto/ServiceSummaryDto- 목록 조회 응답 DTOServiceResponseDto- 상세 조회 응답 DTOChangeServiceStatusRequestDto- 상태 변경 요청 DTOIServiceManagementService- 서비스 관리 인터페이스ServiceManagementService- 비즈니스 로직 구현API Layer
ServiceController- 3개 엔드포인트POST /v1/in/service/list- 서비스 목록 조회POST /v1/in/service/{serviceCode}- 서비스 상세 조회POST /v1/in/service/{serviceCode}/status- 서비스 상태 변경📢 리뷰어 참고 사항 (To Reviewers)
[Authorize(Roles = "Super")]적용✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)