feat: 내 정보 조회/수정 API 구현 (#62) #63
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#63
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/#62-profile-api"
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 #62
🛠️ 작업 내용 (Changes)
SPMS.Application/DTOs/Account/ProfileResponseDto.cs— 프로필 응답 DTO (admin_code, email, name, phone, role, created_at)SPMS.Application/DTOs/Account/UpdateProfileRequestDto.cs— 프로필 수정 요청 DTO (name?, phone?)SPMS.Application/Interfaces/IAuthService.cs— GetProfileAsync, UpdateProfileAsync 추가SPMS.Application/Services/AuthService.cs— 프로필 조회/수정 로직 구현SPMS.API/Controllers/ProfileController.cs— Route: v1/in/account/profile, [Authorize]📢 리뷰어 참고 사항 (To Reviewers)
[Authorize(Roles = "Super")]클래스 레벨 인증이므로, 모든 인증된 사용자가 접근 가능한 프로필 API는 별도 ProfileController로 분리✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)