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

[Chore] 월간 달력 그리기 #103

Open
wants to merge 29 commits into
base: develop
Choose a base branch
from

Conversation

jiyoungsophia
Copy link
Collaborator

@jiyoungsophia jiyoungsophia commented Nov 29, 2024

🔥 작업한 내용

  • 월간 달력 그렸습니다
  • 월간 달력에 호흡 비율 데이터 연결했습니다
  • 통계 화면에서 스와이프로 날짜 이동 가능하도록 했습니다

⭐️ PR Point

  • 현재 getCalendarMonths()에서 50개월치 달력을 한번에 생성
  • ScrollView 안에 LazyVStack을 사용하고 있지만, 월 달력 자체는 한번에 다 만들어짐
  • 이전에 주간달력을 scorllView로 시도했을때도 스크롤할때마다 새 주간달력이 그려지도록 시도했으나 실패해서 tabView로 구현했었습니다
  • 제가 놓치고 있는 부분이 무엇인지 모르겠습니다.. 도와주십쇼,,

📸 스크린샷

ScreenRecording_12-01-2024.17-54-11_1.mov

🚨 관련 이슈

jiyoungsophia and others added 26 commits November 30, 2024 01:22
# Conflicts:
#	Spha/Spha.xcodeproj/project.pbxproj
#	Spha/Spha/Assets.xcassets/AppIcon.appiconset/Contents.json
#	Spha/Spha/Assets.xcassets/healthAuthImage.imageset/Contents.json
#	Spha/Spha/Views/Breathing/BreathingMainView.swift
#	Spha/Spha/Views/Home/MainView.swift
#	Spha/Spha/Views/Home/MainViewModel.swift
#	Spha/Spha/Views/Onboarding/OnboardingContainerView.swift
#	Spha/Spha/Views/Statistics/DailyStatisticsView.swift
#	Spha/SphaWatch Watch App/Views/Breathing/WatchBreathingAnimationView.swift
#	Spha/SphaWatch Watch App/Views/Breathing/WatchBreathingMP4PlayerView.swift
#	Spha/SphaWatch Watch App/Views/Breathing/WatchBreathingMainView.swift
#	Spha/SphaWatch Watch App/Views/Home/WatchMainStatusView.swift
@jiyoungsophia jiyoungsophia added 💻 Logic 비즈니스 로직 개발 시 사용 🎨 UI UI(뷰) 개발, 디자이닝 시 사용 labels Nov 29, 2024
@jiyoungsophia jiyoungsophia self-assigned this Nov 29, 2024
@jiyoungsophia jiyoungsophia linked an issue Nov 29, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 Logic 비즈니스 로직 개발 시 사용 🎨 UI UI(뷰) 개발, 디자이닝 시 사용
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Chore] 월간 통계 UI 구현
3 participants