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-210] 트레이너 캘린더 데이터 연동 및 캐싱 처리 및 QA 적용 #91

Merged
merged 11 commits into from
Feb 14, 2025

Conversation

syss220211
Copy link
Member

@syss220211 syss220211 commented Feb 14, 2025

📌 What is the PR?

  • TNT-210 트레이너 캘린더 데이터 연동 및 캐싱 처리
  • 트레이너 관련 QA 내용을 적용하였습니다.

🪄 Changes

  • 캘린더 데이터 불러올 때 이번달을 기준으로 이전, 이후 달까지 불러와서 캘린더에 적용되도록 수정하였습니다.
  • 데이터 캐싱은 달이 바뀔때 해당 달에 해당하는 데이터가 안에 있으면 return .none 하는 방향으로 진행하였습니다.
  • QA 항목을 완료하였습니다.

🙆🏻 To Reviewers

  • 데이터 캐싱 괜찮은지 확인이요!

💭 Related Issues

@syss220211 syss220211 added the ✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등) label Feb 14, 2025
@syss220211 syss220211 requested a review from FpRaArNkK February 14, 2025 15:47
@syss220211 syss220211 self-assigned this Feb 14, 2025
@syss220211 syss220211 changed the title [TNT-210] 트레이너 캘린더 데이터 연동 및 캐싱 처리 [TNT-210] 트레이너 캘린더 데이터 연동 및 캐싱 처리 및 QA 적용 Feb 14, 2025
@syss220211 syss220211 added 🛠️Fix 버그 수정 (UI 레이아웃 깨짐, 크래시, 네트워크 오류 등 해결) ♻️Refactor 리팩토링 (코드 구조 변경, 성능 최적화, 가독성 향상 등) 🧹Chore 기타 작업 (폴더 구조 변경, 설정 파일 수정, 로컬화 추가 등) labels Feb 14, 2025
Copy link
Contributor

@FpRaArNkK FpRaArNkK left a comment

Choose a reason for hiding this comment

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

고생추하후셨리습팩니토다링!

@syss220211 syss220211 merged commit aa4df03 into develop Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧹Chore 기타 작업 (폴더 구조 변경, 설정 파일 수정, 로컬화 추가 등) ✨Feat 새로운 기능 구현 (새로운 로직 추가, UI 구현 등) 🛠️Fix 버그 수정 (UI 레이아웃 깨짐, 크래시, 네트워크 오류 등 해결) ♻️Refactor 리팩토링 (코드 구조 변경, 성능 최적화, 가독성 향상 등)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TNT-210] 트레이너 홈 화면 작성
2 participants