feat: 운영자 관리 API 구현 (#134) #135
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#135
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#134-operator-management"
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?
📋 작업 요약
/v1/in/account/operator/하위에 배치🔗 관련 이슈 (Related Issues)
Closes #134
🛠️ 작업 내용 (Changes)
OperatorCreateRequestDto.cs— 생성 요청 DTO (email, name, phone?, role)OperatorCreateResponseDto.cs— 생성/초기화 응답 DTO (admin_code, email, role)OperatorDeleteRequestDto.cs— 삭제 요청 DTO (admin_code)OperatorListRequestDto.cs— 목록 요청 DTO (page, size, role?, is_active?)OperatorListResponseDto.cs— 목록 응답 DTO (items + PaginationDto)OperatorPasswordResetRequestDto.cs— 비밀번호 초기화 요청 DTOIEmailService.cs— SendPasswordSetupTokenAsync 메서드 추가IAccountService.cs— 4개 운영자 관리 메서드 추가IAdminRepository.cs— GetOperatorPagedAsync 메서드 추가AdminRepository.cs— GetOperatorPagedAsync 구현 (IgnoreQueryFilters + is_active 필터)ConsoleEmailService.cs— SendPasswordSetupTokenAsync 구현 (콘솔 로그)AccountService.cs— 4개 메서드 구현 (IEmailService, ITokenStore 의존성 추가)AccountController.cs— 4개 엔드포인트 + GetAdminId() 헬퍼 추가📢 리뷰어 참고 사항 (To Reviewers)
✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)