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

[회원가입] 회원가입 페이지 유저 데이터 입력 로직 구현 및 api 연동 #15

Merged
merged 56 commits into from
Oct 26, 2023

Conversation

HAEROOL
Copy link
Contributor

@HAEROOL HAEROOL commented Jul 11, 2023

[#2] request

Please check if the PR fulfills these requirements

  • It's submitted to develop branch, not the main branch
  • The commit message follows our guidelines
  • Did you merge recent deveop branch?

Screenshot

스크린샷 2023-07-11 오후 9 02 45

스크린샷 2023-07-11 오후 9 03 30

Precautions (main files for this PR ...)

  • 에러 메시지 대응을 위한 ErrorMessage 컴포넌트를 만들었습니다.
  • 모바일/데스크톱의 회원가입 step을 통일하기 위해 progressStepregisterStep 분리하여 구현했습니다.

HAEROOL added 30 commits May 10, 2023 20:08
Copy link
Contributor

@kimeodml kimeodml left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~

Copy link
Member

@ChoiWonBeen ChoiWonBeen left a comment

Choose a reason for hiding this comment

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

고생하셨어요~~ 쩝박만든다고 너무 오랜만에 리뷰해서 다시 확인할부분들이 생긴것 같아 죄송합니다..ㅎ
몇가지 생각해볼만한 점들과 바꿀 부분들 작성해두었으니, 시간나실때 확인부탁드려요~~

package.json Show resolved Hide resolved
src/page/Auth/Signup/SignUp.module.scss Outdated Show resolved Hide resolved
src/page/Auth/Signup/component/CustomButton/index.tsx Outdated Show resolved Hide resolved
src/page/Auth/Signup/component/ErrorMessage/index.tsx Outdated Show resolved Hide resolved
@kimeodml kimeodml added the 🌏 Deploy 배포 관련 label Aug 24, 2023
@kimeodml kimeodml assigned ChoiWonBeen and HAEROOL and unassigned ChoiWonBeen Aug 24, 2023
Copy link
Contributor

@dooohun dooohun left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!
다른 사람 코드를 보면서 배우는 게 많은 거 같습니다. 특히 zod를 사용하는 방법에 대해 많이 알아갑니다!!

코드 리뷰 많이 늦어서 죄송합니다... 다음에는 빠르게 코드리뷰 진행하도록 하겠습니다!

Comment on lines +1 to 4
const TEMRS = [
{
id: 'term_1',
title: '개인정보 이용약관',
Copy link
Contributor

Choose a reason for hiding this comment

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

utils/constants 상수값을 관리하는 폴더로 이동해도 괜찮을 거 같아요!

@@ -0,0 +1,37 @@
import { useForm } from 'react-hook-form';

const REG_EX = /^(?=.*[a-zA-Z])(?=.*[0-9])(?=.*[!@#$%^&*])[a-zA-Z0-9!@#$%^&*]{6,18}$/i;
Copy link
Contributor

Choose a reason for hiding this comment

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

마찬가지로 상수이므로 utils/constant에 새로 작성하는 것도 좋아 보입니다!

{ verificateError && <ErrorMessage message={verificateError} />}
{isOpen ? (
<>
<span className={styles['email-check__alert']}>* 제한시간 5 : 00</span>
Copy link
Contributor

Choose a reason for hiding this comment

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

이메일을 보내면 제한시간이 줄어드는 기능 구현이 필요해 보입니다!

@HAEROOL HAEROOL merged commit b232a14 into develop Oct 26, 2023
1 check passed
HAEROOL added a commit that referenced this pull request Nov 1, 2023
[회원가입] 회원가입 페이지 유저 데이터 입력 로직 구현 및 api 연동
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌏 Deploy 배포 관련
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants