Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: [51] 회원가입 수정 및 기타 페이지 수정 중 #52

Merged
merged 3 commits into from
Aug 6, 2024

Conversation

JunYoungKr
Copy link
Collaborator

PR 유형

어떤 변경사항인지 체크해주세요 (중복 체크 가능)

  • 버그 (bug)
  • 기능 (feat)
  • 수정 (fix)
  • 리팩토링 (개선 느낌) (refactor)
  • 문서 (docs)
  • 기타

PR 설명

회원가입 관련

  • 1depth -> 3depth로 변경되어 http://localhost:3000/auth?page=페이지번호] (1, 2, 3까지 있음) url 분
  • 1depth : 약관동의 -> redux로 상태관리 @/store/terms(약관이라는 뜻)
  • 2depth : 이메일, 인증번호 전송/확인 -> @/store/email

ETC

세부 디자인 수정 중

관련 이슈

스크린샷

체크리스트

  • 코드가 정상적으로 컴파일되고 모든 테스트를 통과했습니다
  • 변경사항에 대한 테스트를 추가했습니다 (버그 수정 / 기능 추가의 경우)
  • 관련 문서를 업데이트했습니다

추가 정보

  • 이메일 인증번호 확인 구현 중 오류(올바른 인증번호를 입력했음에도 불구하고 잘못된 인증번호를 입력했다고 함)가 발생하여 임시 pr을 올림.

@JunYoungKr JunYoungKr self-assigned this Aug 5, 2024
@JunYoungKr JunYoungKr linked an issue Aug 5, 2024 that may be closed by this pull request
@JunYoungKr JunYoungKr merged commit 9719661 into dev Aug 6, 2024
2 checks passed
@joseph0926 joseph0926 deleted the feature/51 branch August 6, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 회원가입 페이지 수정
2 participants