improvement: 태그 CRUD API 구현 (#186) #245
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#245
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#186-tag-crud-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?
📋 작업 요약
🔗 관련 이슈 (Related Issues)
Closes #186
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Tag/TagListRequestDto.cs— 목록 요청 DTOSPMS.Application/DTOs/Tag/TagListResponseDto.cs— 목록 응답 DTO (TagSummaryDto 포함)SPMS.Application/DTOs/Tag/CreateTagRequestDto.cs— 생성 요청 DTOSPMS.Application/DTOs/Tag/UpdateTagRequestDto.cs— 수정 요청 DTOSPMS.Application/DTOs/Tag/DeleteTagRequestDto.cs— 삭제 요청 DTOSPMS.Application/DTOs/Tag/TagResponseDto.cs— 단건 응답 DTOSPMS.Application/Interfaces/ITagService.cs— 서비스 인터페이스 신규SPMS.Application/Services/TagService.cs— 서비스 구현 (CRUD 비즈니스 로직)SPMS.API/Controllers/TagController.cs— 컨트롤러 신규 (v1/in/tag/*)SPMS.Domain/Interfaces/ITagRepository.cs— GetTagListAsync, CountByServiceAsync 추가SPMS.Infrastructure/Persistence/Repositories/TagRepository.cs— 구현 추가SPMS.Domain/Interfaces/IDeviceRepository.cs— GetDeviceCountsByTagIdsAsync 추가SPMS.Infrastructure/Persistence/Repositories/DeviceRepository.cs— deviceCount 쿼리 구현SPMS.Application/DependencyInjection.cs— ITagService DI 등록📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)
빌드 성공 (경고 0, 오류 0)