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 ] TimeSelect, Example, Routing 이슈 #356

Merged
merged 6 commits into from
Nov 18, 2024
Merged

Conversation

j-nary
Copy link
Member

@j-nary j-nary commented Nov 11, 2024

#️⃣ Related Issue

Closes #320

✅ Done Task

  • 시작 <= 마지막 설정
  • example 이미지 오류 서버랑 해결
  • 후배홈으로 이동하는 이슈 해결

💎 PR Point

  • 스크린샷에 나오는 undefined는 온보딩을 거치지 않고 테스트용으로 실행한 아이라서 구럽니당 선배 온보딩 거치면 잘 나와융 !

📸 Screenshot

2024-11-12.12.56.49.mov

@j-nary j-nary added ✨ Feat 새로운 기능 추가 (새로운 구현) labels Nov 11, 2024
@j-nary j-nary requested review from ijieun and se0jinYoon November 11, 2024 15:58
@j-nary j-nary self-assigned this Nov 11, 2024
@yarimu yarimu self-requested a review November 17, 2024 18:31
Copy link
Contributor

@yarimu yarimu left a comment

Choose a reason for hiding this comment

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

LGTM!! 수고하셨습니다~

Copy link
Collaborator

@se0jinYoon se0jinYoon left a comment

Choose a reason for hiding this comment

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

구웃 코리 하나만 확인해주세요~~

@@ -25,6 +26,7 @@ const SeniorProfilePage = () => {
const userName = step >= 2 && step <= 4 ? nickname : '';

useEffect(() => {
setRole('SENIOR');
Copy link
Collaborator

Choose a reason for hiding this comment

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

P1) 여기서 SENIOR로 role 바꿔주는 이유가 뭔가요? 프로필 등록이 다 되고 나서 SENIOR로 Role 바꿔줘야 해서 이 부분 제거해도될 것 같아요!

Copy link
Member Author

Choose a reason for hiding this comment

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

넹! 제거하구 머지하겠습니당

Copy link
Collaborator

@ijieun ijieun left a comment

Choose a reason for hiding this comment

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

LGTM

@j-nary j-nary merged commit ed49aec into develop Nov 18, 2024
1 check passed
@j-nary j-nary deleted the fix/#320/example-image branch November 18, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 (새로운 구현) size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ Fix ] SeniorProfile Example 이미지 통신 오류
4 participants