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] 행사 삭제했을 때 자동으로 연관된 notification 지워주기 #787

Open
1 task
hong-sile opened this issue Oct 24, 2023 · 7 comments
Open
1 task
Labels
Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경

Comments

@hong-sile
Copy link
Collaborator

📌 어떤 기능인가요?

  • 행사를 추가했다 삭제했을 때 연관된 notification 지우는 기능 추가

📜 작업 상세 내용

  • 행사 삭제 시, 연관된 notification 을 지우는 기능 추가

🔍 참고할만한 자료(선택)

  • 현재는 임시로 쿼리로 쏘는 중
delete
from notification
where notification.redirect_id NOT IN (select event.id
                                       from event)
and notification.type = 'EVENT';

transaction 꼭 활용해서 정상적으로 삭제되었는지 확인하고 커밋할 것

@hong-sile hong-sile added 기능 추가 새로운 기능 추가 및 기존 기능 변경 Backend 백엔드 관련 이슈 labels Oct 24, 2023
@tmdgh1592
Copy link
Member

@hong-sile 홍실! 제목에 오타있어요~!

@hong-sile
Copy link
Collaborator Author

hong-sile commented Oct 24, 2023 via email

@hong-sile hong-sile changed the title [FEAT] 행사 삭제했을 때 자3동으로 연관된 notification 지워주기 [FEAT] 행사 삭제했을 때 자동으로 연관된 notification 지워주기 Oct 24, 2023
@chws0508
Copy link
Collaborator

오 이 기능 구현가능한가요?

@chws0508
Copy link
Collaborator

푸쉬알람은 남아있겠네요

@chws0508
Copy link
Collaborator

chws0508 commented Oct 25, 2023

이거 저랑 구현해보실래요? 이미 온 알림을 스마트폰에서도 삭제하는 기능 @hong-sile

@chws0508 chws0508 reopened this Oct 25, 2023
@hong-sile
Copy link
Collaborator Author

이거 저랑 구현해보실래요? 이미 온 알림을 스마트폰에서도 삭제하는 기능 @hong-sile

아 맞네요 스마트폰에 온 푸시알림도 지워줘야하는군요.

그건 생각못했다. 알림보관함만 생각했어요

@chws0508
Copy link
Collaborator

이거 저랑 구현해보실래요? 이미 온 알림을 스마트폰에서도 삭제하는 기능 @hong-sile

아 맞네요 스마트폰에 온 푸시알림도 지워줘야하는군요.

그건 생각못했다. 알림보관함만 생각했어요

반성하세용

@amaran-th amaran-th added this to the 2024 상반기 milestone Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경
Projects
None yet
Development

No branches or pull requests

4 participants