-
Notifications
You must be signed in to change notification settings - Fork 0
[REFACTOR/#317] 알림 권한 로직 개선 #318
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
710a198
[REFACTOR/#317] 알림 권한 로직 개선
MoonsuKang 7a956e3
[REFACTOR/#319] 홈 화면 데이터 로딩 로직 개선 및 동시성 관리
MoonsuKang dbfb291
[MOD/#317] 버전정보 수정
SYAAINN fdd6da5
[CHORE/#317] 불필요 파라미터 삭ㅈ
SYAAINN 2dd1d8f
[REFACTOR/#317] 미사용 변수 삭제 후 홈화면에서 알림 권한 요청 승인 여부에 따라 알림 설정 API를 호출하도록…
SYAAINN 89f5624
[CHORE/#317] ktlintFormat
SYAAINN f6584eb
Merge pull request #320 from Team-Clody/refactor/#319-upgrade-focus
SYAAINN 53ceff5
[REFACTOR/#321] 점검 다이얼로그 string 추출을 통한 국제화를 진행합니다.
SYAAINN b6c5e39
[REFACTOR/#321] 점검 시작시간/종료시간을 "2025-08-11T18:00:00" 형태 그대로 반환합니다.
SYAAINN 138c5ba
[REFACTOR/#321] 언어에 맞는 점검시간 포맷을 제공하는 함수를 구현합니다.
SYAAINN 2a0c8e8
[REFACTOR/#321] 변경사항을 적용합니다.
SYAAINN d9026f8
[REFACTOR/#322] TimePicker 로직을 수정합니다. "오전"으로 하드코딩 되어있어서 TimePeriod가 바…
SYAAINN 3b59e19
[REFACTOR/#321] 점검시간을 유저의 타임존에 맞춰 변환한 후 보여줄 수 있도록 합니다.
SYAAINN 7194bfd
[CHORE/#321] 영어버전도 24시간 형식으로 통일합니다.
SYAAINN 8581b98
[CHORE/#321] 리뷰 사항을 반영합니다.
SYAAINN c70281e
Merge pull request #324 from Team-Clody/feat/#321-inspection-i18n
SYAAINN c4d510e
Merge pull request #325 from Team-Clody/refactor/#322-notification-ti…
SYAAINN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
🛠️ Refactor suggestion
Hardcoded notification alarm settings may not reflect user preferences.
Setting
isDiaryAlarm = trueandisReplyAlarm = trueunconditionally ignores the user's actual notification preferences. This could send unwanted notifications or override user settings.Consider retrieving the current notification preferences before building the request:
📝 Committable suggestion
🤖 Prompt for AI Agents