feat: 프로필 실데이터 연동(연락처·로그인이력·보안·알림설정) + 회원가입 전화번호 - #342
Merged
Conversation
ProfilePage에 남아있던 나머지 하드코딩(fowoco/server PR #171에서 새로 추가된 로그인 이력·계정 상태·비밀번호 변경일·알림 수신 설정 API)을 화면에 실제로 연결한다. - 마지막 로그인 시각/기기, 계정 보호 상태, 비밀번호 변경일을 GET /auth/me/profile의 실제 값으로 표시. - "업무 Context와 권한"에서 서버에 대응 개념이 없던 담당 업무 영역·문서 열람 범위 항목은 제거하고, role 기반으로 실제로 검증되는 승인/자료 등록 권한만 표시. - 개인 알림 설정을 GET/PATCH /notifications/preferences에 연결 — 토글하면 실제로 저장되고 새로고침해도 유지된다. 라벨/설명 문구는 서버에 없는 UI 전용 카피라 profileData.ts에 유지. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
hywznn
force-pushed
the
feat/335-profile-phone
branch
from
August 18, 2026 08:55
04185a1 to
749f208
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
연결 작업
변경 이유
프로필 화면이 표시 이름·연락처·로그인 이력·보안 정보·알림 설정을 정적 데모 값으로 표시해 저장 후 새로고침하면 실제 상태와 달라졌습니다. Server가 제공하는 프로필·알림 설정 API를 기준으로 화면을 연결합니다.
변경 내용
사용자 영향
프로필과 알림 설정이 서버에 저장되어 새로고침 후에도 유지됩니다. 화면에 실제로 저장되지 않는 값을 설정 가능한 것처럼 보여 주지 않습니다.
검증
영향 범위
개인정보·보안
새 개인정보 필드를 추가하지 않으며, 화면에는 로그인한 사용자가 자신의 프로필 API로 조회한 값만 표시합니다.