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/#23 add notification #26

Merged
merged 16 commits into from
Oct 3, 2023
Merged

Feat/#23 add notification #26

merged 16 commits into from
Oct 3, 2023

Conversation

dong2ast
Copy link
Contributor

@dong2ast dong2ast commented Sep 27, 2023

✅ PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

📌 관련 이슈

ex) closed #Issue_number
closed #23

✨ 과제 내용

  • firebase admin 및 ok http 라이브러리 추가
  • fcm 알림 기능 구현 (+ message 도메인 생성)
  • member 엔티티에 push 알림 동의 필드 추가 및 디바이스 토큰 필드 추가
  • enum type 알림 객체 추가
  • 아침 8시마다 알림 보내는 스케줄러 추가
  • push 알림 on/off 기능 구현
  • 각종 오류 수정
  • git-ignore 변경

📸 스크린샷(선택)

📚 레퍼런스 (또는 새로 알게 된 내용) 혹은 궁금한 사항들

@dong2ast dong2ast added 🛠️설정 빌드, 라이브러리, config 설정이 변경됐을 때 🚀개발 새로운 기능을 추가 했을 때 🧱구조 변경 프로젝트의 구조를 변경했을 때 🤖수정 기능의 수정 사항이 있을 때 labels Sep 27, 2023
@dong2ast dong2ast self-assigned this Sep 27, 2023
@dong2ast dong2ast linked an issue Sep 27, 2023 that may be closed by this pull request
4 tasks
Copy link
Member

@baebae02 baebae02 left a comment

Choose a reason for hiding this comment

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

수고하셨어요 ! FCM부터 스케쥴러까지 완벽하네요 👍🏻

Copy link
Member

@Sion99 Sion99 left a comment

Choose a reason for hiding this comment

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

잘 확인했습니다 :)

@dong2ast dong2ast merged commit 93a89fd into main Oct 3, 2023
@dong2ast dong2ast deleted the feat/#23-add-notification branch October 3, 2023 09:43
Sion99 added a commit that referenced this pull request Oct 6, 2023
* chore: firebase admin 라이브러리 추가

* fix: @parameter(hidden) 어노테이션 추가

* chore: admin 관련 api 임시로 권한 허용

* refactor: MemberRepository 불필요한 메서드 제거

* chore: ok http 라이브러리 추가 및 git ignore 변경

* feat: fcm push 알림 기능 구현

* feat: 추후 알림 기능 구현을 위해 member 엔티티에 token 저장

* feat: member 엔티티에 push 알림 동의 필드 추가 및 enum 알림 객체 생성

* feat: 아침 8시마다 알림 보내는 스케줄러 구현

* feat: push 알림 on/off api 구현

* chore: @SpringBootTest 주석

* Update gradle.yml

(cherry picked from commit dee4841)

* fix: conflict error 해결

* chore: 알림 수신 동의 변경 메서드 네임 변경

---------

Co-authored-by: Sion Shin <kmicety1@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀개발 새로운 기능을 추가 했을 때 🛠️설정 빌드, 라이브러리, config 설정이 변경됐을 때 🤖수정 기능의 수정 사항이 있을 때 🧱구조 변경 프로젝트의 구조를 변경했을 때
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] Notification 구현하기
3 participants