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

[Feat]Avatar 컴포넌트 개발 #48

Merged
merged 18 commits into from
Oct 18, 2023
Merged

[Feat]Avatar 컴포넌트 개발 #48

merged 18 commits into from
Oct 18, 2023

Conversation

xilucks
Copy link
Contributor

@xilucks xilucks commented Oct 11, 2023

🐶 개요

Avatar 컴포넌트를 만들었습니다.

🐱 설명

세가지 종류가 있어서 하나의 Avatar 컴포넌트에서 props로 타입을 받고 원하는 컴포넌트가 리턴되게 설계했습니다.
아토믹 디자인 패턴을 따른다면 아톰 / 라벨로 분리하고 molecule에서 합쳤을거 같은데
그런건 아니라 분리해서 개발하면 복잡도만 높일거 같아서 최대한 하나의 컴포넌트 파일에서 통합하려고 생각했습니다.

🏞️ 스크린샷

🤔 참고사항

@xilucks xilucks self-assigned this Oct 11, 2023
@xilucks xilucks requested a review from a team as a code owner October 11, 2023 11:10
@xilucks xilucks requested review from yeynii and dohun31 and removed request for a team October 11, 2023 11:10
@netlify
Copy link

netlify bot commented Oct 11, 2023

Deploy Preview for life-4-cut ready!

Name Link
🔨 Latest commit 97ef3f2
🔍 Latest deploy log https://app.netlify.com/sites/life-4-cut/deploys/652fae8471ef420008282d8d
😎 Deploy Preview https://deploy-preview-48--life-4-cut.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

@xilucks xilucks changed the title Fix/pr error [FEAT]Avatar 컴포넌트 개발 Oct 11, 2023
@xilucks xilucks added the Feature 🎡 기능 구현 label Oct 11, 2023
@xilucks xilucks linked an issue Oct 11, 2023 that may be closed by this pull request
4 tasks
@xilucks xilucks changed the title [FEAT]Avatar 컴포넌트 개발 [Feat]Avatar 컴포넌트 개발 Oct 11, 2023
@yeynii
Copy link
Contributor

yeynii commented Oct 12, 2023

브랜치 이름이 너무 자유분방해요
신규 기능개발은 feature/~ 로 맞춰주세요 ^-^

src/utils/generateRandomColor.ts Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
src/domain/_common/components/Avatar/index.tsx Outdated Show resolved Hide resolved
vite.config.ts Show resolved Hide resolved
src/stories/Avator/Avator.stories.ts Outdated Show resolved Hide resolved
avatar 컴포넌트 사용 간소화
랜덤 색상 생성 리뷰 반영
스토리북 코드 리뷰 반영
yeynii
yeynii previously approved these changes Oct 18, 2023
Copy link
Contributor

@yeynii yeynii left a comment

Choose a reason for hiding this comment

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

LGTM 고생하셨어요~

@xilucks xilucks merged commit d10bdfe into develop Oct 18, 2023
4 checks passed
@xilucks xilucks deleted the fix/pr-error branch October 19, 2023 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature 🎡 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Avatar Common Component 작업
3 participants