Skip to content

Comments

Feat/27/profile#37

Merged
cksrlcks merged 5 commits intomainfrom
feat/27/profile
Feb 5, 2025
Merged

Feat/27/profile#37
cksrlcks merged 5 commits intomainfrom
feat/27/profile

Conversation

@cksrlcks
Copy link
Collaborator

@cksrlcks cksrlcks commented Feb 5, 2025

❓이슈

✍️ Description

  • 공용 프로필(아바타) 컴포넌트 제작
  • 스택형 프로필(아바타) 컴포넌트 제작
  • 첫글자 읽어서 색상 매칭시키는 helper 함수 제작
스크린샷 2025-02-05 오후 4 56 26

전달사항

  • 이름 노출은 사용되는곳에 따라 변칙이 너무 많아서, 사용하는곳에서 조합해서 쓰는 방식으로 해야할것 같아요
  • 이미지주소가 없거나, 오류일경우에는 이메일 첫글자를 대문자로하는 기본형태를 fallback으로 쓰도록 했어요
  • 기본 컬러 값들은 상수 파일에 따로 적어두었습니다. (일단 5가지만 했어요)
  • 스택형 프로필(아바타) 컴포넌트는 visible count를 받아서 가려지도록 해두었습니다. (사용하는쪽에서 해당 프롭을 유동적으로 컨트롤)

✅ Checklist

PR

  • Branch Convention 확인

    feat/* 기능 구현, fix/* 버그 수정, refactor/* 개선

  • Base Branch 확인
  • 적절한 Label 지정
  • Assignee 및 Reviewer 지정

Test

  • 로컬 작동 확인

Additional Notes

  • (없음)

@cksrlcks cksrlcks added Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능 labels Feb 5, 2025
@cksrlcks cksrlcks requested a review from SeokChan-Lee February 5, 2025 08:04
@cksrlcks cksrlcks self-assigned this Feb 5, 2025
@cksrlcks cksrlcks linked an issue Feb 5, 2025 that may be closed by this pull request
2 tasks
@vercel
Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
taskify ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 8:09am

Copy link
Collaborator

@SeokChan-Lee SeokChan-Lee left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 !
드롭다운 작업 완료되면 헤더에 적용해서 PR올리도록 하겠습니다 .🫡

@cksrlcks cksrlcks merged commit ce2305b into main Feb 5, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Medium 🔖 우선순위 보통 Type: Feature ✨ 신규 기능

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feat : [공용] 프로필 컴포넌트 작업

2 participants