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

5주차 미션-제이 #12

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

5주차 미션-제이 #12

wants to merge 4 commits into from

Conversation

OrangeKim04
Copy link
Collaborator

Merge pull request는 모든 리뷰가 완료된 후에 눌러주세요!

1. Add a title

  • N주차미션 - 닉네임으로 수정해 주세요! ex) 1주차 미션- 테비

2. Reviewers

  • Reviewers(리뷰어)에 팀원을 등록해 주세요! (최소 1명)

3. Assignees

  • Assignees(PR 담당자)에 본인을 등록해 주세요!

4. Labels

  • Labels에 mission 태그를 등록해 주세요!

@OrangeKim04 OrangeKim04 self-assigned this Oct 31, 2024
@OrangeKim04 OrangeKim04 changed the title 제이5주차 5주차 미션-제이 Oct 31, 2024
Copy link
Collaborator

@BbangSe01 BbangSe01 left a comment

Choose a reason for hiding this comment

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

제이님! 현재 실습이나 미션을 실행하실 때 실습/미션별로 폴더를 만들고 폴더별로 영화사이트 내용을 통째로 붙여서 작업하고 계신 것 같아요! 그런데 이렇게 올리시면 하나의 commit에 모든 파일이 다 변경사항으로 올라가서 진짜로 확인해야 하는 변경사항을 파악하기가 어려워져요!

현재 저는 영화사이트 폴더를 복사 붙여넣기 하지 않고 폴더명만 3-5주차 이런식으로 바꿔서 이어서 작업하고 있어요. 어차피 commit을 하면 제이님이 어떤 부분에 어떻게 코드를 작성했는지 기록이 되기 때문에 일일이 폴더별로 통째로 복붙을 해서 작업하실 필요는 없으실 것 같아요..! 앞으로는 이어서 작업하고 commit을 상세히 쪼개서 올려주시면 너무 좋을 것 같습니다!

<StyledTxt style={{marginBottom: '40px', textAlign: 'center'}}>회원가입</StyledTxt>
<StyledInput type={'email'} placeholder='이메일을 입력해주세요!' {...register("email")}/>
{/* register 한 이름에 맞게 연결해주세요! */}
<ErrorTxt>{errors.email?.message}</ErrorTxt>
Copy link
Collaborator

Choose a reason for hiding this comment

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

useState와 onBlur 함수를 이용해서 사용자가 입력하지도 않았는데 오류메세지가 뜨는 상황을 방지하는 게 좋을 것 같아요!

@OrangeKim04
Copy link
Collaborator Author

옙!! 그렇게 하면 무슨 파일을 수정한건지 훨씬 수월하게 파악할 수 있겠네요!! 기능을 구현할 때마다 중간중간 commit을 상세히 남기는 습관을 들여야 겠어요.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants