Skip to content

Conversation

@mark77234
Copy link
Collaborator

🚀 PR 개요

회원가입, 필수정보입력 필드 변경 반영했습니다

🔗 관련 이슈

#56

🧩 작업 상세

  • 필수정보입력 페이지 이름 필드 추가
  • 회원가입 이름 필드 제거

Copilot AI review requested due to automatic review settings December 29, 2025 06:06
@mark77234 mark77234 linked an issue Dec 29, 2025 that may be closed by this pull request
1 task
@mark77234 mark77234 self-assigned this Dec 29, 2025
@mark77234 mark77234 merged commit 95fb7d4 into dev Dec 29, 2025
2 of 3 checks passed
@mark77234 mark77234 deleted the feat/56 branch December 29, 2025 06:06
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the user registration flow by moving the name field from the initial sign-up screen to the required information input screen (Step 2), allowing users to complete their basic registration first and provide their name later during the detailed profile setup.

  • Removed name field from sign-up process (SignUpDTO, SignUpViewModel, SignUpScreen)
  • Added name field to required info input (RequiredInfoDTO, RequiredInfoViewModel, Step2Content)
  • Updated validation logic to reflect the new field placement

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
app/src/main/java/com/apptive/japkor/data/model/Auth.kt Removed name field from SignUpDTO data model
app/src/main/java/com/apptive/japkor/ui/signup/SignUpViewModel.kt Removed name parameter from signUp function
app/src/main/java/com/apptive/japkor/ui/signup/SignUpScreen.kt Removed name input field UI, updated button validation, cleaned up unused import
app/src/main/java/com/apptive/japkor/data/model/RequiredInfo.kt Added name field to RequiredInfoDTO data model
app/src/main/java/com/apptive/japkor/ui/requiredinfo/RequiredInfoViewModel.kt Added name state field with validation logic in step2Valid and submitRequiredInfo
app/src/main/java/com/apptive/japkor/ui/requiredinfo/steps/Step2Content.kt Added name input field to Step 2 UI, updated comment

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

mark77234 added a commit that referenced this pull request Dec 29, 2025
* feat: 필수정보입력 실명 필드 추가

* feat: 회원가입 이름 필드 제거
fkal829 added a commit that referenced this pull request Jan 2, 2026
* feat: 로그인 api 연동(진짜최종)

* feat - 푸시알림 등록 (#54)

* feat: fcm 토큰 발급

* feat: 로그인 필드에 fcmtoken 추가

* feat: FCM 알림 기능 추가 및 기본 채널 설정

* feat: MainScreen에서 알림 권한 요청 기능 추가

* feat: 버전 업데이트 (1.0.1)

* feat - 회원가입, 필수정보입력 필드 업데이트 (#57)

* feat: 필수정보입력 실명 필드 추가

* feat: 회원가입 이름 필드 제거

* feat: 버전 업데이트 (1.0.2)

* feat: ADID 추가

* feat: FCM 토큰 가져오기 및 저장 로직 추가 (#59)

* feat: 구글로그인 응답로그 추가

* feat: 구글로그인 status 필드 대응

* fix: 구글로그인 버튼 위치 변경

---------

Co-authored-by: BYEONGCHAN LEE <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feat] 이름 필드 추가

2 participants