Skip to content

feat: 마음기록 캘린더 화면 구현 및 app_color 추가#60

Merged
surfwithus merged 2 commits intomainfrom
feat/photo_calendar
Jul 22, 2025
Merged

feat: 마음기록 캘린더 화면 구현 및 app_color 추가#60
surfwithus merged 2 commits intomainfrom
feat/photo_calendar

Conversation

@surfwithus
Copy link
Collaborator

@surfwithus surfwithus commented Jul 22, 2025

Summary by CodeRabbit

  • 신규 기능

    • 사진 캘린더 화면이 추가되어 맞춤형 달력 인터페이스와 날짜별 사진 보기 기능을 제공합니다.
    • 날짜 셀 하단에 컬러 원을 표시하는 DayCircles 위젯이 도입되었습니다.
  • 버그 수정

    • 날짜 형식화를 위한 초기화가 앱 시작 시 자동으로 적용됩니다.
  • 기타 변경

    • 새로운 색상(onGiGrey)이 색상 팔레트에 추가되었습니다.
    • 불필요한 가족 화면이 제거되었습니다.
    • 앱 하단 내비게이션에서 관련 화면 구성이 변경되었습니다.
    • 외부 패키지(table_calendar, intl) 의존성이 추가되었습니다.

@coderabbitai
Copy link

coderabbitai bot commented Jul 22, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

이번 변경에서는 새로운 달력 기반 사진 관리 화면(PhotoCalendarScreen)과 이를 위한 커스텀 위젯(DayCircles)이 추가되었습니다. 하단 내비게이션의 화면 구성이 일부 교체되었고, 날짜 포맷 초기화 및 색상 상수 추가, 관련 의존성(table_calendar, intl)이 반영되었습니다. 기존 FamilyTempbarScreen은 삭제되었습니다.

Changes

파일/경로 변경 요약
frontend/ongi/lib/core/app_colors.dart ongiGrey 색상 상수 추가
frontend/ongi/lib/main.dart intl 패키지 import 및 initializeDateFormatting() 비동기 초기화 추가
frontend/ongi/lib/screens/bottom_nav.dart FamilyTempbarScreenPhotoCalendarScreen 등 내비게이션 화면 교체 및 import 정리
frontend/ongi/lib/screens/family_tempbar_screen.dart FamilyTempbarScreen 위젯 전체 삭제
frontend/ongi/lib/screens/photo/photo_calendar_screen.dart PhotoCalendarScreen 및 상태 관리 로직 신규 추가
frontend/ongi/lib/widgets/day_circles.dart 4색 원형 겹침 표시용 커스텀 위젯 DayCircles 신규 추가
frontend/ongi/pubspec.yaml table_calendar, intl 패키지 의존성 추가

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant BottomNav
    participant PhotoCalendarScreen
    participant PhotoDateScreen

    User->>BottomNav: 하단 내비게이션에서 사진 달력 선택
    BottomNav->>PhotoCalendarScreen: PhotoCalendarScreen 렌더링
    User->>PhotoCalendarScreen: 날짜 선택 또는 화면 내 전환 버튼 클릭
    alt 'photoDate' 뷰로 전환 시
        PhotoCalendarScreen->>PhotoDateScreen: PhotoDateScreen 렌더링
        User->>PhotoDateScreen: 뒤로가기 클릭
        PhotoDateScreen->>PhotoCalendarScreen: 캘린더 뷰로 복귀
    end
Loading

Estimated code review effort

3 (~40분)

Possibly related PRs

  • feat: photo_date_screen.dart 파일 추가 #56: 본 PR에서 추가된 PhotoCalendarScreen이 이 PR에서 도입된 PhotoDateScreen을 조건적으로 표시하여 직접적으로 연결됩니다.
  • feat: bottom nav modify  #25: 하단 내비게이션의 화면 교체 및 관련 import 변경이 이 PR에서도 이루어져, 동일 파일 및 내비게이션 구조가 함께 수정되었습니다.

Suggested reviewers

  • taekoong

Poem

🐰
달력 위에 토끼가 춤을 추네,
네 가지 색 원이 빙글빙글 도네.
가족 화면은 안녕,
사진 달력은 반가워!
새로 온 색상도 반짝반짝,
오늘의 변화, 토끼도 신나!
🗓️✨


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a0e1f06 and 77ffae6.

📒 Files selected for processing (7)
  • frontend/ongi/lib/core/app_colors.dart (1 hunks)
  • frontend/ongi/lib/main.dart (3 hunks)
  • frontend/ongi/lib/screens/bottom_nav.dart (5 hunks)
  • frontend/ongi/lib/screens/family_tempbar_screen.dart (0 hunks)
  • frontend/ongi/lib/screens/photo/photo_calendar_screen.dart (1 hunks)
  • frontend/ongi/lib/widgets/day_circles.dart (1 hunks)
  • frontend/ongi/pubspec.yaml (1 hunks)

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@surfwithus surfwithus merged commit e113c4b into main Jul 22, 2025
3 checks passed
@surfwithus surfwithus deleted the feat/photo_calendar branch July 22, 2025 19:31
Neibce pushed a commit to 2025-PNU-SW-Hackathon/PNUSW-2025-OnGi-10 that referenced this pull request Aug 25, 2025
마음 기록 캘린더 화면을 구현하였고, app_color에 OngiGrey 색상을 추가하였습니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant