improvement: Notification 도메인 구축 (#247) #248
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#248
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#247-notification-domain"
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 #247
🛠️ 작업 내용 (Changes)
SPMS.Domain/Enums/NotificationCategory.cs— 알림 카테고리 enum (Send, Certificate, Service, Failure, System)SPMS.Domain/Entities/Notification.cs— 알림 엔티티 (TargetAdminId, Category, Title, Content, LinkUrl, IsRead, ReadAt)SPMS.Domain/Interfaces/INotificationRepository.cs— 리포지토리 인터페이스SPMS.Infrastructure/Persistence/Configurations/NotificationConfiguration.cs— EF 설정 (인덱스, FK, 제약조건)SPMS.Infrastructure/Persistence/Repositories/NotificationRepository.cs— 리포지토리 구현 (페이징, 필터, 일괄읽음)SPMS.Infrastructure/AppDbContext.cs— DbSet 추가SPMS.Infrastructure/DependencyInjection.cs— DI 등록SPMS.Infrastructure/Migrations/AddNotificationTable— MigrationSPMS.Application/DTOs/Notification/*— DTO 7개SPMS.Application/Interfaces/INotificationService.cs— 서비스 인터페이스SPMS.Application/Services/NotificationService.cs— 서비스 구현 (멱등 읽음, 일괄읽음)SPMS.Application/DependencyInjection.cs— DI 등록SPMS.API/Controllers/NotificationController.cs— 4개 엔드포인트📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)