307 implement schedule start notifications with tap navigation #345
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe your changes
fcm notification 기능(백그라운드, 포그라운드 지원) 테스트 후 수정, 5분전 알람 클릭 시 준비 과정 시작 스크린 추가 - 백엔드 수정되어야 동작합니다
준비 과정 시작, 진행, 끝 화면 UI 수정
준비 과정 끝난 후 홈화면 타일에 남아있던 오류 수정, 준비 시작 전에 타일에 있는 약속 클릭 시 시작 시간 되어야 준비 시작 페이지로 가도록 수정
홈화면에서 캘린더에 있는 날짜 클릭 시 해당 날짜로 라우팅
약속 생성 화면에서 준비 과정 변경 시 변경 내역이 적용되도록 수정
준비 과정 리스트 디자인 수정
permission_handler 라이브러리 추가 및 my_page_screen 알림 설정에서 기기 알림 설정으로 넘어가는 로직, 모달 추가
notification_allow_screen 에서 알림 권한 설정(거부한 후에도 이후 접속시 기기 알림 설정으로 넘김), 나중에 할게요(홈화면으로 라우팅) 로직 변경.
커밋은 크게 4개로 나누었습니다.
Issue ticket number and link
#307, #337, #338