improvement: Tag 테이블 신설 및 도메인 모델 확정 (#243) #244
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#244
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#243-tag-model"
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 #243
🛠️ 작업 내용 (Changes)
SPMS.Domain/Entities/Tag.cs— Tag 엔티티 생성 (BaseEntity 상속)SPMS.Domain/Interfaces/ITagRepository.cs— 리포지토리 인터페이스 (GetByIdWithService, ExistsInService)SPMS.Domain/Entities/Service.cs— TagList Navigation 프로퍼티 추가SPMS.Domain/Common/ErrorCodes.cs— Tag 에러코드 4종 추가 (191~194)SPMS.Infrastructure/Persistence/Configurations/TagConfiguration.cs— DB 설정 (FK, Unique Index)SPMS.Infrastructure/Persistence/Repositories/TagRepository.cs— 리포지토리 구현SPMS.Infrastructure/AppDbContext.cs— DbSet<Tag> 추가SPMS.Infrastructure/DependencyInjection.cs— ITagRepository DI 등록SPMS.Infrastructure/Migrations/AddTagTable— EF Core Migration 생성 및 DB 적용📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)