Skip to content

[Feature] 개인 프로필(user profile) 도메인 신규 추가 — 표시이름/연락처 저장 #168

Description

@BcKmini

배경

client의 /profile 페이지가 표시 이름·연락처 수정 UI를 이미 갖고 있지만, server에 이를 저장할 API/테이블이 없어서 화면 상태로만 반영되고 새로고침하면 초기화됨 (client#191 조사 결과, 지금 실제 연동 필요).

해야 할 일

  • Flyway 마이그레이션: 사용자별 프로필 필드(표시이름, 연락처, 선호 언어, 시간대) 추가 — 기존 auth/user 테이블 확장 또는 신규 user_profile 테이블
  • GET /api/v1/users/me/profile, PATCH /api/v1/users/me/profile (또는 기존 auth 도메인에 통합)
  • 회원가입 시 전화번호(선택) 저장 지원

관련

  • fowoco/client#(방금 등록한 이슈 번호)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions