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

알림 권한 미허용 시 Alert 추가 #275

Open
leemhyungyu opened this issue Sep 24, 2024 · 1 comment
Open

알림 권한 미허용 시 Alert 추가 #275

leemhyungyu opened this issue Sep 24, 2024 · 1 comment
Assignees

Comments

@leemhyungyu
Copy link
Member

작업사항

알림 권한 미허용 시 Alert 추가

Copy link

linear bot commented Sep 24, 2024

leemhyungyu added a commit that referenced this issue Sep 25, 2024
* feat: AppDelegate 푸시 수신 상태 Notification 등록

* feat: UserClient 푸시 알림 허용 상태 로직 추가

* feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현

* feat: UserClient 푸쉬알림허용상태 Publisher 구현

* feat: 푸쉬알림허용상태에 따른 로직 변경

* feat: 토글 버튼 binding 코드 개선

- 코드리뷰 반영

* feat: UserClient UserDefaultKeys enum 추가

* feat: 오탈자 수정

- pushNotificationSubject -> pushNotificationAllowStatusSubject
leemhyungyu added a commit that referenced this issue Sep 26, 2024
* chore: 빌드 넘버 1.0.8 (29)

* chore: DomainAuth 의존성 추가

* feat: ProfileEditView bottom ignoreSafeArea 추가

* [Feature/#277] 웹뷰 os type, 버전 파라미터 추가 (#279)

* [Feature/#278] 웹뷰 상단 safe area 무시하도록 수정 (#284)

* [Fix/#280] 로그인화면 백그라운드 이미지 비율 수정 (#281)

* [Fix/#282] 로그인 화면 로그인 버튼 vstack 하단 마진 수정 (#283)

* [Feature/#232] 커스텀 alert 적용 (#272)

* feat: SplashView bottleAlert 적용

* feat: PingPongDetailView bottleAlert 적용

* feat: ReportUserView bottleAlert 적용

* feat: SandBeachView bottleAlert 적용

* feat: 탈퇴하기 Alert  message 수정 (#274)

* [Feature/#275] 알림 권한 미허용 시 alert 추가 (#276)

* feat: AppDelegate 푸시 수신 상태 Notification 등록

* feat: UserClient 푸시 알림 허용 상태 로직 추가

* feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현

* feat: UserClient 푸쉬알림허용상태 Publisher 구현

* feat: 푸쉬알림허용상태에 따른 로직 변경

* feat: 토글 버튼 binding 코드 개선

- 코드리뷰 반영

* feat: UserClient UserDefaultKeys enum 추가

* feat: 오탈자 수정

- pushNotificationSubject -> pushNotificationAllowStatusSubject

* chore: 빌드 넘버 1.0.8 (30)

---------

Co-authored-by: JongHoon <[email protected]>
leemhyungyu added a commit that referenced this issue Sep 26, 2024
* feat: BottleAlert Modifier 구현

* feat: ButtonAppearanceType cancel 추가

* feat: BottleAlertView 구현

* feat: BottleAlert 버튼 속성 수정

* chore: warning Image Assets 추가

* style: BottleAlert 네이밍 수정

* feat: BottleAlert 디자인시스템 반영

* feat: ArrowListView 구현

* feat: BottleToggle 구현

* feat: ToggleListView 구현

* feat: ListContainerView 구현

* feat: ButtonListView 구현

* feat: ListView 데모 앱 추가

* feat: ArrowListView arrowButton 사이즈 변경

* feat: 화살표 클릭시 action 실행하도록 수정

* Revert "feat: 화살표 클릭시 action 실행하도록 수정"

This reverts commit 19a5277.

* feat: TextListView 추가

- Title과 SubTitle만 있는 ListView

* feat: 마이페이지 변경된 View 구현

* [Feature/#239] 강제 업데이트 구현 로직 개선 (#250)

* [chore]: 불필요한 return 삭제

* chore: needUpdateAppVersion -> invalidAppVersion 명명 수정

* feat: URLHandler 모듈 생성 및 적용

* feat: AlertSettingFeature 생성

* feat: AlertSettingView 생성

* feat: MyPageRoot 구현

* feat: MainTab MyPageRootView 화면으로 수정

* feat: 알림 설정 클릭 시 AlertSettingView 화면 전환

* feat: 알림 설정 View 구현

* feat: AlertType 구현

* feat: AlertStateRequestDTO 구현

* feat: UserAPI 구현

* feat: AlertState 구현

* feat: AlertStateResponseDTO 구현

* feat: 알림 설정 진입 시 서버로부터 받아온 값으로 화면 표시

* feat: 각 토글 변경 시 API 호출 및 디바운스 설정

* feat: AccountSettingFeature 구현

* feat: AccountSettingView 구현

* feat: 계정 관리 클릭 시 화면 전환

* feat: 로그아웃, 탈퇴하기 구현

* feat: 매칭 토글 변경 시 API 호출

* feat: 계정관리 진입 시 매칭 활성화 여부 동기화

* [Feature/#251] 연락처 차단 기능 구현 (#256)

* feat: 연락처 차단 기능 구현

* refactor: BlockContactRequestDTO의 blockContacts 프로퍼티 접근제한자 수정

* fix: 누락된 의존성 주입

* refactor: 연락처 trim 로직 개선

* [Feature/#259] 마이페이지 1:1 문의 기능 구현 (#260)

* chore: 카카오톡 채널 톡 URL 추가

* feat: 1:1 문의 버튼 클릭 시 카카오톡 채널 톡으로 이동

* style: 줄바꿈 수정

* feat: 이용약관, 개인정보처리 클릭 시 기능 구현 (#262)

* [Feature/#257] 마이페이지 앱 버전 업데이트 기능 구현 (#258)

* feat: 마이페이지 버전 체크 및 업데이트 기능 구현

* feat: 연락처 차단 로직 수정

---------

Co-authored-by: leemhyungyu <[email protected]>

* [feature/#264] 마이페이지 프로필 수정 웹뷰 연결 (#270)

* [Feature/#263] 연락처 접근 권한 허용안함 시 설정 이동 (#265)

* feat: BottleURLType 설정 URLScheme 추가

* feat: 연락처 접근 권한 미허용시 설정으로 이동

* [Feature/#266] 마이페이지 진입 시 연락처 차단 개수 동기화 (#267)

* feat: UserInfo blockedContactsCount 추가

* feat: 마이페이지 onLoad시 차단된 전화번호수 동기화

* [Feature/#268] 연락처 차단 완료 시 Toast 띄우기 (#269)

* feat: 연락처 차단 업데이트 시 Toast 띄우기

* feat: 연락처 차단 업데이트 클릭 시 Alert 추가

* chore: 빌드 넘버 1.0.8 (29)

* chore: DomainAuth 의존성 추가

* feat: ProfileEditView bottom ignoreSafeArea 추가

* [Feature/#277] 웹뷰 os type, 버전 파라미터 추가 (#279)

* [Feature/#278] 웹뷰 상단 safe area 무시하도록 수정 (#284)

* [Fix/#280] 로그인화면 백그라운드 이미지 비율 수정 (#281)

* [Fix/#282] 로그인 화면 로그인 버튼 vstack 하단 마진 수정 (#283)

* [Feature/#232] 커스텀 alert 적용 (#272)

* feat: SplashView bottleAlert 적용

* feat: PingPongDetailView bottleAlert 적용

* feat: ReportUserView bottleAlert 적용

* feat: SandBeachView bottleAlert 적용

* feat: 탈퇴하기 Alert  message 수정 (#274)

* [Feature/#275] 알림 권한 미허용 시 alert 추가 (#276)

* feat: AppDelegate 푸시 수신 상태 Notification 등록

* feat: UserClient 푸시 알림 허용 상태 로직 추가

* feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현

* feat: UserClient 푸쉬알림허용상태 Publisher 구현

* feat: 푸쉬알림허용상태에 따른 로직 변경

* feat: 토글 버튼 binding 코드 개선

- 코드리뷰 반영

* feat: UserClient UserDefaultKeys enum 추가

* feat: 오탈자 수정

- pushNotificationSubject -> pushNotificationAllowStatusSubject

* chore: 빌드 넘버 1.0.8 (30)

---------

Co-authored-by: JongHoon <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant