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

SP-534 프로필 섹션 컴포넌트 구현 #193

Merged
merged 3 commits into from
May 14, 2024

Conversation

abiriadev
Copy link
Member

@abiriadev abiriadev commented May 14, 2024

image

Closes #192

💡 다음 이슈를 해결했어요.

  • 마이페이지에 들어갈 프로필 섹션 컴포넌트를 작성하였습니다.


💡 필요한 후속작업이 있어요.

  • (없다면 이 문항을 지워주세요.)


✅ 셀프 체크리스트

  • 브랜치 전략에 맞는 브랜치에 PR을 올리고 있습니다. (master/main이 아닙니다.)
  • 커밋 메세지를 컨벤션에 맞추었습니다.
  • 변경 후 코드는 컴파일러/브라우저 warning/error 가 발생시키지 않습니다.
  • 변경 후 코드는 기존의 테스트를 통과합니다.
  • 테스트 추가가 필요한지 검토해보았고, 필요한 경우 테스트를 추가했습니다.
  • docs 수정이 필요한지 검토해보았고, 필요한 경우 docs를 수정했습니다.

Copy link
Collaborator

@hyosin-Jang hyosin-Jang left a comment

Choose a reason for hiding this comment

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

@abiriadev
코드가 정말 깔끔하게 작성되어 있고 불필요한 부분이 없어서 읽기 쉬웠습니다!
작은 부분까지 신경쓰신 부분 멋지십니다.

저희가 컴포넌트마다 wrapper 요소의 이름을 Box, Container, ~Wrapper 등으로 다르게 짓고 있는데 혹시 하나로 통일해보는 건 어떨까요?

아래는 네이밍 예시 링크입니다!
https://usgnuscodenote.tistory.com/entry/Styled-components-Naming-Convention-%EC%9D%B4%EB%A6%84-%EA%B7%9C%EC%B9%99

Copy link
Collaborator

@SungHyun627 SungHyun627 left a comment

Choose a reason for hiding this comment

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

정말 딱 필요한 코드만 잘 작성하신것 같습니다 👍. 수고하셨습니다.

@abiriadev abiriadev merged commit 1707b76 into dev May 14, 2024
4 of 5 checks passed
@abiriadev abiriadev deleted the feat/SP-534-implement-profile-section branch May 14, 2024 15:09
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.

SP-534 프로필 섹션 컴포넌트
3 participants