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 ] 2차 QA 모달 추가 #317

Merged
merged 9 commits into from
Oct 30, 2024
Merged

[ Feat ] 2차 QA 모달 추가 #317

merged 9 commits into from
Oct 30, 2024

Conversation

se0jinYoon
Copy link
Collaborator

#️⃣ Related Issue

Closes #314

✅ Done Task

  • [선배] 둘러보기 탭 -> 준비중이에요 모달
  • [선/후배] 마이페이지 -> 준비중이에요 모달
  • 헤더 알림 -> 알림은 문자를 확인해주세요! 모달

☀️ New-insight

image

2차 큐에이하면서 필요할 것 같아서 모달 추가 요청했어요.

💎 PR Point

헤더에 '알림은 문자를 확인해주세요' -> 그래픽 픽스가 안돼서 일단 제가 임의로 넣어놨어요! 기디한테 픽스 받으면 반영해두겠습니당~

📸 Screenshot

[헤더 모달]

2024-10-29.6.16.05.mov

[Nav 모달]

  • 선배뷰
2024-10-29.6.16.32.mov
  • 후배뷰
2024-10-29.6.17.11.mov

@se0jinYoon se0jinYoon added ✨ Feat 새로운 기능 추가 (새로운 구현) 서진 labels Oct 29, 2024
@se0jinYoon se0jinYoon requested review from j-nary and ijieun October 29, 2024 09:17
@se0jinYoon se0jinYoon self-assigned this Oct 29, 2024
Copy link
Member

@j-nary j-nary left a comment

Choose a reason for hiding this comment

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

LGTM 수고하셨습니다!!

} else if (nav === '나의 약속') {
switch (nav) {
case '둘러보기':
userRole === 'JUNIOR' ? setCurrNav('/juniorPromise') : setShowModal(true);
Copy link
Member

Choose a reason for hiding this comment

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

p5) 해당 조건문 자주 쓰이니까 const isJunior = userRole === 'JUNIOR'로 해줘도 좋을 것 같슴당 !

Comment on lines +4 to +7
const baseUrl = import.meta.env.VITE_APP_API_BASE_URL;

export const axios = _axios.default.create({
baseURL: '/api',
baseURL: `${baseUrl}`,
Copy link
Member

Choose a reason for hiding this comment

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

흑 눙물 ......

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

어머 이게 왜 이피알에?

Copy link
Member

Choose a reason for hiding this comment

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

/api 다 바꼈던뎅?

Copy link
Collaborator 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.

모바일 사용성까지 고려해서 좋네요! 잘봤습니다!

<AutoCloseModal
text="아직 준비중인 기능이에요"
showModal={showModal}
handleShowModal={(type: boolean) => setShowModal(type)}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

P5) 네이밍을 type대신 show처럼 명확하게 바꾸면 좋을거 같습니다!

@se0jinYoon se0jinYoon merged commit 3fbba57 into develop Oct 30, 2024
1 check passed
@se0jinYoon se0jinYoon deleted the feat/#314/QAAddModal branch October 30, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 (새로운 구현) size/m 서진
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

[ Feat ] QA 추가된 모달 구현
3 participants