feat: 서비스 삭제 API 구현 (#68) #69
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#69
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#68-service-delete"
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?
📋 작업 요약
POST /v1/in/service/delete엔드포인트 추가🔗 관련 이슈 (Related Issues)
Closes #68
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Service/DeleteServiceRequestDto.cs— 삭제 요청 DTO 생성 (service_code 필수)SPMS.Application/Interfaces/IServiceManagementService.cs—DeleteAsync메서드 추가SPMS.Application/Services/ServiceManagementService.cs— Soft Delete 로직 구현 (IsDeleted=true, DeletedAt=UtcNow, Status=Suspended)SPMS.API/Controllers/ServiceController.cs—POST /v1/in/service/delete엔드포인트 추가📢 리뷰어 참고 사항 (To Reviewers)
HasQueryFilter(e => !e.IsDeleted))에 의해 삭제된 서비스는 자동으로 모든 조회에서 제외됩니다✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)