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] 프로필 정보 UI 구현 #294

Merged
merged 21 commits into from
Nov 27, 2024
Merged

[Feat] 프로필 정보 UI 구현 #294

merged 21 commits into from
Nov 27, 2024

Conversation

simeunseo
Copy link
Collaborator

@simeunseo simeunseo commented Nov 26, 2024

관련 이슈 번호

작업 내용

  • 로그인 상태에 따라서 Header내 로그인 버튼과 유저 정보(프로필, 이름) 표시
  • 나의 프로필을 볼 수 있는 Dialog 구현
  • 남의 프로필을 볼 수 있는 Dialog 구현
  • 티클 상세와 전체 조회에서 프로필 이미지 노출

PR 포인트

브랜치 체이닝으로 인해 commit 이 섞여있습니다 😭 feat: Provider 타입 안정성 강화 및 공통 타입으로 분리부터 이번 커밋입니다...

로그인 여부에 따른 헤더 UI 분기처리 '임시처리'

제 생각에 로그인 여부를 전역상태로 관리해야할 것 같은데, 이 부분 석호님이랑 이야기해봐야할거같아서
일단 임시로 유저 정보 GET 날렸을 때 401 에러 반환되면 로그인 안된 것으로 보고 그걸 기준으로 분기처리를 했습니다.
추후 수정예정입니다.

로그아웃

로그아웃이 아직 구현되지 않았습니다. 좀전에 종빈님이 구현해주신거 머지한다음에 추후 합칠 예정입니다!

고민과 학습내용

스크린샷

깃헙로그인, 구글로그인, 게스트로그인 (로그아웃이 없어서 직접 쿠키삭제)

2024-11-27.1.02.36.mov

남의 프로필 조회

2024-11-27.1.11.30.mov

@simeunseo simeunseo added FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 🎨 Design UI 디자인 관련 작업 labels Nov 26, 2024
@simeunseo simeunseo added this to the 사용자 인증 시스템 milestone Nov 26, 2024
@simeunseo simeunseo self-assigned this Nov 26, 2024
@simeunseo simeunseo changed the title [Feat] [Feat] 프로필 정보 UI 구현 Nov 26, 2024
Copy link

github-actions bot commented Nov 26, 2024

🎨 스토리북 확인하기

Copy link
Collaborator

@Jieun1ee Jieun1ee left a comment

Choose a reason for hiding this comment

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

👏👏 개설한 티클이 저렇게 나오는군요 ..!! 좋아요~!

@github-actions github-actions bot added size/m and removed size/l labels Nov 27, 2024
@simeunseo simeunseo merged commit 811628a into develop Nov 27, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design UI 디자인 관련 작업 FE Frontend 관련 작업 ✨ Feature 새로운 기능 추가 size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 프로필 정보 페이지 구현
4 participants