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

[Feature] 멘토 페이지 스터디 통계 조회 기능 생성 #167

Merged
merged 13 commits into from
Jan 5, 2025

Conversation

eugene028
Copy link
Collaborator

@eugene028 eugene028 commented Dec 22, 2024

🎉 변경 사항

멘토 페이지에 스터디 통계를 조회할 수 있는 그래프를 생성했어요.
간단한 UI 작업이지만 코드 관련해서 정리해야 할 부분 위주로 간단하게 확인해주시면 감사드리겠습니다!

🚩 관련 이슈

🙏 여기는 꼭 봐주세요!

지난 주 회의에서 휴강 관련한 통계 처리가 필요하다고 요청드린 부분까지 반영하였습니다!
확인하려면 피그마 링크 들어가시면 볼 수 있어요!
스크린샷 2024-12-22 오후 5 50 02

Copy link
Collaborator

@SeieunYoo SeieunYoo left a comment

Choose a reason for hiding this comment

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

수고하셨습니당~~

@eugene028
Copy link
Collaborator Author

@SeieunYoo 코드리뷰 반영했습니다! 🙂

Copy link

Copy link

Copy link
Member

@hamo-o hamo-o left a comment

Choose a reason for hiding this comment

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

수고하셨습니닷

apps/admin/app/studies/[studyId]/page.tsx Outdated Show resolved Hide resolved
Copy link
Member

Choose a reason for hiding this comment

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

p2;
툴팁 css가 적용이 안되어서 pnpm generate:css-file 한번 해주셔야 할 것 가타용

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

앗 요건 몰랐네요! 챙겨두었습니다~

Comment on lines 23 to 25
const toggleTooltip = () => {
if (isToolTipActive) setShowTooltip((prevState) => !prevState);
};
Copy link
Member

Choose a reason for hiding this comment

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

p3;
제 화면에서는 마우스가 벗어나도 토글이 적용되지 않는 이슈가 있었습니다..! 이후에는 토글이 반대로 적용되네요 ㅠ ㅠ
image

onMouseEnter될 때는 setShowTooltip(true) 해주고, onMouseLeave될 때는 setShowTooltip(false) 해주는 것이 안전해 보여요

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

Copy link
Member

@soulchicken soulchicken left a comment

Choose a reason for hiding this comment

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

뒤늦게 봐서 늦어졌어요! 🥲
고생하셨습니다...!

@eugene028
Copy link
Collaborator Author

@hamo-o @soulchicken 리뷰 반영 완료했습니당~

Copy link

github-actions bot commented Jan 3, 2025

Copy link
Member

@soulchicken soulchicken left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Copy link
Collaborator

@SeieunYoo SeieunYoo left a comment

Choose a reason for hiding this comment

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

잘 동작하고 있어서 머지해보겠습니다~

@SeieunYoo SeieunYoo merged commit 9008481 into dev Jan 5, 2025
3 of 4 checks passed
@SeieunYoo SeieunYoo deleted the feature/student-statistics branch January 5, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants