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: calendar 기능 구현 | 버그 수정 필요 #76

Open
wants to merge 3 commits into
base: release/2024-summer
Choose a base branch
from

Conversation

kimwest00
Copy link
Contributor

@kimwest00 kimwest00 commented Aug 18, 2024

설명

캘린더 기능 구현

변경 사항

  • [feat] calendar UI 일부 구성 #54 에 이어 UI 수정 (아이콘 -> 버튼으로 수정, 미세한 UI 간격,정렬 수정)
  • 월에 따른 날짜 - 요일 배치
  • 날짜,년 업데이트 로직 추가
  • Provider로 로직 분리

체크리스트

  • 오늘도 행복하게 코딩했는가?
  • [x ] 모든 수정 완료 후 make 커맨드를 터미널에서 실행하였는가?
  • [x ] release 브랜치를 제대로 최신화 하고 이 브랜치에 merge 했는가?
  • PR 제목은 명확하고 간결한가?
  • PR 에는 하나의 작업에 대한 내용만 포함되었는가?
  • 파일명은 누구나 이해할 수 있게 작성되었는가?
  • camelCase를 사용하였는가? (ThisIsCamelCase, this_is_not_camel_case)
  • 텍스트는 AppStrings.dart 파일에서 가져오고 있는가?
  • 디스코드 채팅방에 완료된 태스크를 알렸는가?

스크린샷

  • 마이페이지 탭 -> 캘린더 탭에 캘린더 기능을 확인할 수 있도록 라우팅을 연결해두었습니다
sample

참조

#54 이어서 구현

수정이 필요한 부분

  • provider 메소드의 init 버그 (build 메소드 내부에서 하면 에러가 나서, riverpod에 대한 학습 필요)
  • 월별 예외 버그 수정필요 ( 30일인 월은 range error가 발생하여, 해당 부분 로직 수정 필요)

@kimwest00 kimwest00 self-assigned this Aug 18, 2024
@jwson-automation
Copy link
Contributor

휴식중

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants