feat: 마이페이지 + 프로필 수정 API 연동 (#43) #44
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_WEB#44
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/SPMS-43-mypage-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 #43
🛠️ 작업 내용 (Changes)
src/api/account.api.ts신규 생성 (fetchProfile, updateProfile, fetchActivityList, changePassword)src/features/settings/types.tsAPI 타입 추가 (ProfileResponse, UpdateProfileRequest, ActivityListRequest/Response, ChangePasswordRequest/Response, ROLE_LABELS)src/features/settings/types.tsMOCK_PROFILE, MOCK_ACTIVITIES 삭제src/features/settings/pages/MyPage.tsxfetchProfile + fetchActivityList API 연동, 서버 페이지네이션src/features/settings/pages/ProfileEditPage.tsxfetchProfile 초기값, updateProfile 저장, changePassword 연동 (재로그인 분기)📢 리뷰어 참고 사항 (To Reviewers)
re_login_required: true이면/auth/login으로 리다이렉트✅ 체크리스트 (Self Checklist)
📸 스크린샷 / 테스트 로그 (Screenshots/Logs)