-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#94]노티피케이션 커스텀 뷰 구현 #104
base: main
Are you sure you want to change the base?
[#94]노티피케이션 커스텀 뷰 구현 #104
Conversation
// TODO: today가 전날로 나와서 일단 하루 더함 | ||
Date() | ||
} | ||
let readingScheduleCalculator = ReadingScheduleCalculator() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이부분 코드가 덜 지워졌네요..!
충돌수정하면서 덜 지운것 같습니다 ..!
@State private var selectedStartTime: Date = Date()
@State private var selectedReminderTime: Date = Date()
-> 삭제해도 되는 코드
let readingScheduleCalculator = ReadingScheduleCalculator()
-> 중복호출됨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지우기 완료 🐯
// 선택한 알람 시간 추가 | ||
@State private var selectedStartTime: Date = Date() | ||
@State private var selectedReminderTime: Date = Date() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기도 마찬가지로 삭제해도 되는 코드인데 다 못지우고 푸쉬 올렸습니다..!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
지우기 완료
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다 👍
불필요한 코드 + 중복호출 부분을 다 관리하지 못하고 올렸습니다(죄송해요🥹) 해당 브랜치가 안들어가져서..일단 코멘트로 표시해놨습니다..! |
📝 작업 내용
스크린샷 (선택)
💬 리뷰 요구사항(선택)
-현재 네비게이션 루트에서 emptyNotiView대신 제가 만든 노티 뷰를 받고 있어요! 그래서 알람 종을 누르면 바로 노티뷰 확인이 가능합니다
-추가로 고려해볼 사항은 노티뷰에 todo 로 적혀있고, 세니에게도 공유는 된 상태입니다 :) (책이 없을때도 노티뷰가 나옴)
-기타 추가, 수정된 코드들은 주석에 적어보았는데 혹시 이상하거나 헷갈리시면 알려주시면 감사하겠습니다!