fix(web): 푸시 알림 after() 전환 + SW 정리 + 알림 로직 개선#53
Merged
Conversation
- fire-and-forget sendPushToMember/grantWebScore → after() 전환 (Vercel 서버리스 종료 방지) - Firebase SW에서 미사용 firebaseConfig 제거, 정적 스크립트로 단순화 - 답글 시 글 작성자에게 중복 알림 방지 (post author = parent author) - 공지 알림에서 작성자 본인 제외 - 비밀댓글 푸시 알림 내용 마스킹 - CLAUDE.md, ARCHITECTURE.md 최신화 Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Changes
api/posts/[id]/comments/route.tssendPushToMember,grantWebScore→after()전환, 중복 알림 방지api/board/[id]/comments/route.tsapi/board/route.tssendPushToMembers,grantWebScore→after()전환, 공지 알림 본인 제외api/firebase-sw/route.tsforce-dynamic제거CLAUDE.mdafter()패턴, 비밀댓글 알림 규칙, SW 파일 경로 업데이트docs/ARCHITECTURE.mdDesign Decisions
after()fromnext/serverTest Plan
🤖 Generated with Claude Code