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

feat: 유저 푸시알림 동의 #198

Merged
merged 5 commits into from
Sep 7, 2022
Merged

feat: 유저 푸시알림 동의 #198

merged 5 commits into from
Sep 7, 2022

Conversation

ozzing
Copy link
Member

@ozzing ozzing commented Sep 6, 2022

📝 PR Summary

  • 앱 내에서 토글로 설정하는 알림 동의 API 작성했습니다.
  • 더 좋은 컬럼명 생각나면 추천해주세요~
  • 정말 죄송하지만 다른 테스트 확인 위해 챌린지랑 프로그레스 테스트 쪽 전부 주석처리했습니다. 😢 추후 다시 작성하실 때 풀어주시면 감사하겠습니당

🌲 Working Branch

feature/optIn

🌲 TODOs

  • 도메인 수정 + OptInDTO 생성
  • 공지 및 이벤트 알림 API
  • 가족 활동 알림 API
  • 테스트 코드 작성
  • 변수명 수정 및 변경 시간 DTO에 추가

Related Issues

#197

@ozzing ozzing added For: API [이슈 대상] 외부 API Type: Feature [이슈 목적] 새로운 기능 추가 Type: Test [이슈 목적] 테스트 코드 추가, 수정 labels Sep 6, 2022
@ozzing ozzing added this to the 스프린트 3 milestone Sep 6, 2022
@ozzing ozzing requested a review from sanbonai06 September 6, 2022 19:01
@ozzing ozzing self-assigned this Sep 6, 2022
Copy link
Member

@sanbonai06 sanbonai06 left a comment

Choose a reason for hiding this comment

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

변수명은 괜찮은것 같아요!

@@ -63,6 +64,14 @@ public class User extends AbstractTimestamp implements UserDetails {
@Column(columnDefinition = "TEXT")
private String expoToken;

@Column(nullable = false)
Copy link
Member

Choose a reason for hiding this comment

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

흠 기본은 알림이 켜져있는게 좋지않을까용??

Copy link
Member Author

Choose a reason for hiding this comment

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

디폴트 true로 두기 보단 회원가입 시점에 팝업으로 동의를 한번 더 받는게 좋을거라고 생각하는데, 타 파트랑 오늘 의논해보면 좋을 것 같아요! 슬랙 남겨뒀음!

@ozzing ozzing merged commit b50efae into dev Sep 7, 2022
@ozzing ozzing deleted the feature/optIn branch September 7, 2022 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: API [이슈 대상] 외부 API Type: Feature [이슈 목적] 새로운 기능 추가 Type: Test [이슈 목적] 테스트 코드 추가, 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants