feat: 메시지 유효성 검사 서비스 구현 (#118) #119
No reviewers
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#119
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#118-message-validation"
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/message/validate엔드포인트 추가🔗 관련 이슈 (Related Issues)
Closes #118
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Message/MessageValidateRequestDto.cs— 유효성 검사 요청 DTOSPMS.Application/DTOs/Message/MessageValidationResultDto.cs— 검증 결과 DTO (isValid, errors[])SPMS.Application/Interfaces/IMessageValidationService.cs— 유효성 검사 인터페이스SPMS.Application/Services/MessageValidationService.cs— 검증 로직 구현SPMS.Application/DependencyInjection.cs— IMessageValidationService DI 등록 (Singleton)SPMS.API/Controllers/MessageController.cs— validate 엔드포인트📢 리뷰어 참고 사항 (To Reviewers)
myapp://)도 허용하기 위해 Uri.TryCreate(Absolute)만 체크✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)