improvement: 기기 엑셀 내보내기 API 추가 (#241) #242
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#242
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "improvement/#241-device-export"
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/device/export) 추가🔗 관련 이슈 (Related Issues)
Closes #241
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Device/DeviceExportRequestDto.cs— 새 파일, 목록 필터와 동일 파라미터 (page/size 제외)SPMS.Domain/Interfaces/IDeviceRepository.cs— GetAllFilteredAsync 시그니처 추가SPMS.Infrastructure/Persistence/Repositories/DeviceRepository.cs— GetAllFilteredAsync 구현 (Include(Service) + 필터 + 정렬)SPMS.Application/Interfaces/IDeviceService.cs— ExportAsync 시그니처 추가SPMS.Application/Services/DeviceService.cs— ClosedXML 기반 엑셀 생성 로직SPMS.API/Controllers/DeviceController.cs— POST export [Authorize] 엔드포인트 추가📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)