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

앱 내에 하루를 4시에 시작, 끝으로 변경 #90

Closed
4 tasks
zaehorang opened this issue Nov 21, 2024 · 0 comments · Fixed by #95
Closed
4 tasks

앱 내에 하루를 4시에 시작, 끝으로 변경 #90

zaehorang opened this issue Nov 21, 2024 · 0 comments · Fixed by #95
Assignees

Comments

@zaehorang
Copy link
Collaborator

zaehorang commented Nov 21, 2024

Description

앱 내에 로직을 12시 기준으로 하루를 보는 것이 아닌 04시를 기준으로 하루의 시작과 끝을 판단합니다.


To-do

  • 변경 되야할 모델 찾기
  • 앞으로 변경될 피처에 따라 book 모델 수정하기
  • 기존에 작성된 코드들을 변경된 타임에 맞게 수정하기
  • 메인 홈에서 보이는 캘린더도 04시 기준으로 보이기

ETC (참고 자료)

참고할 수 있는 링크나 문서가 있다면 첨부해주세요.

@zaehorang zaehorang self-assigned this Nov 21, 2024
@zaehorang zaehorang changed the title 앱 내에 하루를 2시에 시작, 끝으로 변경 앱 내에 하루를 4시에 시작, 끝으로 변경 Nov 21, 2024
zaehorang added a commit that referenced this issue Nov 22, 2024
- Date 관련 메서드를 Date 타입의 extension으로 이동
- UserBook 내부 프로퍼티에 접근하는 메서드를 적절한 모델로 재배치
zaehorang added a commit that referenced this issue Nov 22, 2024
- 메인 홈의 위클리 캘린더에서 오늘 할당량을 채웠는지를 판단하는 로직을 4AM 기준으로 변경
- getAdjustedReadingRecordsKey 및 getAdjustedReadingRecord 메서드를 추가하여 4AM 기준 날짜 키 사용
zaehorang added a commit that referenced this issue Nov 22, 2024
- onAppear 내부에서 실행되던 두 개의 로직을 각각 별도의 메서드로 분리
zaehorang added a commit that referenced this issue Nov 22, 2024
- -4시간 기준으로 날짜를 조정하는 Date 확장 메서드 추가
- -4시간 기준으로 요일 인덱스를 계산하는 Calendar 확장 메서드 추가
zaehorang added a commit that referenced this issue Nov 22, 2024
- 뷰와 모델에 -4시간 기준 로직 적용
- 날짜와 요일 계산에서 조정된 시간 처리 추가
zaehorang added a commit that referenced this issue Nov 22, 2024
- 4시 기준으로 시간을 체크하여 상태에 따라 텍스트 변경
- 00~04시에 "어제로 기록" 안내 메시지 추가
- 성공 여부와 시간 상태에 따라 동적인 메시지 출력
@zaehorang zaehorang linked a pull request Nov 22, 2024 that will close this issue
zaehorang added a commit that referenced this issue Nov 22, 2024
…t-at-4am

[#90] 하루의 시작과 끝을 04시로 변경
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 a pull request may close this issue.

1 participant