feat: CSV 검증/템플릿 다운로드 API 구현 (#100) #101
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#101
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#100-csv-validate-template"
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 #100
🛠️ 작업 내용 (Changes)
SPMS.Domain/Interfaces/IMessageRepository.cs— GetByMessageCodeAndServiceAsync 추가SPMS.Infrastructure/Persistence/Repositories/MessageRepository.cs— 새 파일, 레포지토리 구현SPMS.Application/DTOs/File/CsvValidateResponseDto.cs— 새 파일, 검증 결과 DTOSPMS.Application/DTOs/File/CsvValidateErrorDto.cs— 새 파일, 행별 오류 DTOSPMS.Application/DTOs/File/CsvTemplateRequestDto.cs— 새 파일, 템플릿 요청 DTOSPMS.Application/Interfaces/IFileService.cs— ValidateCsvAsync, GetCsvTemplateAsync 추가SPMS.Application/Services/FileService.cs— CSV 검증/템플릿 로직 구현 + IMessageRepository 의존성 추가SPMS.API/Controllers/FileController.cs— csv/validate, csv/template 엔드포인트 추가SPMS.Infrastructure/DependencyInjection.cs— IMessageRepository 등록📢 리뷰어 참고 사항 (To Reviewers)
{{변수명}}패턴(Regex)으로 템플릿 변수 추출✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)