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

[#94]노티피케이션 커스텀 뷰 구현 #104

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hyeonheebee
Copy link
Collaborator

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요

  • 노티뷰 그리기 - 데이트 피커 range 적용 완료됨
  • 커스텀 노티 로직 적용

스크린샷 (선택)

💬 리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

-현재 네비게이션 루트에서 emptyNotiView대신 제가 만든 노티 뷰를 받고 있어요! 그래서 알람 종을 누르면 바로 노티뷰 확인이 가능합니다
-추가로 고려해볼 사항은 노티뷰에 todo 로 적혀있고, 세니에게도 공유는 된 상태입니다 :) (책이 없을때도 노티뷰가 나옴)
-기타 추가, 수정된 코드들은 주석에 적어보았는데 혹시 이상하거나 헷갈리시면 알려주시면 감사하겠습니다!

@hyeonheebee hyeonheebee added the enhancement New feature or request label Nov 24, 2024
@hyeonheebee hyeonheebee self-assigned this Nov 24, 2024
@hyeonheebee hyeonheebee linked an issue Nov 24, 2024 that may be closed by this pull request
3 tasks
// TODO: today가 전날로 나와서 일단 하루 더함
Date()
}
let readingScheduleCalculator = ReadingScheduleCalculator()
Copy link
Collaborator Author

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()
-> 중복호출됨

Copy link
Collaborator

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()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기도 마찬가지로 삭제해도 되는 코드인데 다 못지우고 푸쉬 올렸습니다..!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

지우기 완료

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다 👍

@hyeonheebee
Copy link
Collaborator Author

불필요한 코드 + 중복호출 부분을 다 관리하지 못하고 올렸습니다(죄송해요🥹) 해당 브랜치가 안들어가져서..일단 코멘트로 표시해놨습니다..!

@zaehorang zaehorang mentioned this pull request Nov 27, 2024
3 tasks
Base automatically changed from develop to main December 26, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

notiView UI그리기
2 participants