[Feature] 운영자 관리 API 구현 (03_06~03_09) #134
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#134
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
개요
Account 도메인의 미구현 운영자 관리 API 4개를 구현한다.
API 목록
POST /v1/in/account/operator/create— 운영자 계정 생성 (API_SPMS_03_ACCOUNT_06)POST /v1/in/account/operator/delete— 운영자 계정 삭제 (API_SPMS_03_ACCOUNT_07)POST /v1/in/account/operator/list— 운영자 목록 조회 (API_SPMS_03_ACCOUNT_08)POST /v1/in/account/operator/password/reset— 운영자 비밀번호 초기화 (API_SPMS_03_ACCOUNT_09)구현 범위
신규 파일 (6개 DTO)
OperatorCreateRequestDto.cs— 생성 요청OperatorCreateResponseDto.cs— 생성 응답OperatorDeleteRequestDto.cs— 삭제 요청OperatorListRequestDto.cs— 목록 요청OperatorListResponseDto.cs— 목록 응답 (PaginationDto 재사용)OperatorPasswordResetRequestDto.cs— 비밀번호 초기화 요청수정 파일 (7개)
IEmailService.cs— SendPasswordSetupTokenAsync 추가IAccountService.cs— 4개 메서드 추가AccountService.cs— 4개 메서드 구현IAdminRepository.cs— GetOperatorPagedAsync 추가AdminRepository.cs— GetOperatorPagedAsync 구현ConsoleEmailService.cs— SendPasswordSetupTokenAsync 구현AccountController.cs— 4개 엔드포인트 추가참조
Documents/API_Specification.md§3.2~3.5