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] 프로필 페이지 구현 #78

Merged
merged 7 commits into from
Oct 3, 2024
Merged

[feat] 프로필 페이지 구현 #78

merged 7 commits into from
Oct 3, 2024

Conversation

jny4867
Copy link
Collaborator

@jny4867 jny4867 commented Oct 3, 2024

🛠️ 구현한 기능

  • 마이페이지/ 유저페이지 구현

📝 구현한 내용

  • 로컬에 저장된 user의 정보와 유저카드/ 네비게이션을 눌렀을 때 이동하는 페이지의 엔드포인트를 비교하여 isMyPage가 true면 마이페이지, false면 유저페이지로 구현
  • 유저페이지에서는 로그아웃, 정보수정 버튼이 보이지 않도록 함
스크린샷 2024-10-03 오후 4 52 32 스크린샷 2024-10-03 오후 4 53 03

✅ 체크리스트

  • 이슈 내용 모두 적용
  • 작업 기간 내 개발

💬 리뷰 요구 사항

  • 좋아요한 포스트 목록을 미리 구현할까 생각했는데 관련 api가 없는 것 같습니다... 구현하려면 고민 좀 해봐야할듯?
  • 정보수정모달에서 x를 눌러도 닫히지 않는 버그 있음
  • 포스트 카드 크기 조정 필요
  • user의 role이 비어있는 줄 알았는데 관리자와 일반 사용자를 구분하는 거였네요... 칭호를 한다면 다른 곳에 넣어야할 것 같습니다

🔗 연관된 이슈

@jny4867 jny4867 added the 🛠️Feat 기능 구현 이슈 label Oct 3, 2024
@jny4867 jny4867 self-assigned this Oct 3, 2024
@hjlee2778
Copy link
Collaborator

hjlee2778 commented Oct 3, 2024

  1. 음... api까지 추가적으로 생각해야 한다면, 시간 관계상 좋아요 누른 포스트는 빼야 할 것 같다고 생각합니다.
  2. 포스트 카드는 피드랑 합쳐서 merge 후 크기 조정하면 될 것 같습니다!

@jny4867 jny4867 merged commit 3d7d087 into develop Oct 3, 2024
@jny4867 jny4867 deleted the feature/#77 branch October 3, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️Feat 기능 구현 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 프로필페이지 구현 [feat] 로그아웃 구현
2 participants