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

[TNT-178] 트레이너 홈화면 캘린더 구현 #68

Merged
merged 12 commits into from
Feb 8, 2025
Merged

Conversation

hoyahozz
Copy link
Member

@hoyahozz hoyahozz commented Feb 7, 2025

📝 작업 내용


  • 캘린더의 디자인 요구사항과 상이한 부분을 수정하였습니다.
    • '주' 별 간격(margin) 값 추가
    • '오늘' 날짜 셀 디자인

  • 이미 한 번 네트워크 통신을 진행했던 '월'은 다시 스크롤하더라도 네트워크 통신을 진행하지 않도록 캐싱을 구현하였습니다.
  • 사용자 경험 향상을 위해 '월' 스크롤 진행 시 해당 '월'만 네트워크 통신을 하는게 아닌, 해당 '월'을 기준으로 2개월 전부터 2개월 후까지의 데이터를 한 번에 요청하도록 구현하였습니다.

📸 실행 화면

default.mp4

🙆🏻 리뷰 요청 사항

  • TnTHomeTopBar 를 트레이니 홈화면에도 적용하면 좋을 것 같아요!

👀 레퍼런스

NONE

@github-actions github-actions bot requested a review from SeonJeongk February 7, 2025 15:27
@hoyahozz hoyahozz added ✨ Feat 기능 구현 🎨 Design UI 및 디자인 작업 🌲 정호 김씨 집안 큰행님 김정호 labels Feb 7, 2025
Copy link
Contributor

@SeonJeongk SeonJeongk left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Comment on lines -12 to +14
class ConnectRepositoryImpl @Inject constructor(
@Singleton
internal class ConnectRepositoryImpl @Inject constructor(
Copy link
Contributor

Choose a reason for hiding this comment

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

억 감사합니다

@hoyahozz hoyahozz merged commit d3e67a9 into develop Feb 8, 2025
1 check passed
@hoyahozz hoyahozz deleted the feature/TNT-178 branch February 8, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 기능 구현 🌲 정호 김씨 집안 큰행님 김정호 🎨 Design UI 및 디자인 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TNT-178] 트레이너 월별 수업 정보 출력
2 participants