docs: 알림 기능API 스펙 및 구현 계획 문서 추가#104
Open
Junhyukkkk wants to merge 2 commits intodevelopfrom
Open
Conversation
tlarbals824
reviewed
May 10, 2026
Comment on lines
+28
to
+29
| is_read BOOLEAN NOT NULL DEFAULT FALSE, | ||
| read_at TIMESTAMP WITH TIME ZONE, |
Collaborator
There was a problem hiding this comment.
read_at == null 이면 is_read=False라서 이걸 컬럼으로 저장하지 않아도 괜찮아보여
tlarbals824
approved these changes
May 10, 2026
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
docs/spec/notification-spec.md: 알림 도메인 설계, REST API 스펙, Web Push 발송 구조 정의
docs/plan/notification-plan.md: 헥사고날 아키텍처 + DDD 기반 구현 계획 (패키지 구조, 단계별 구현, 테스트 전략)
문서 구조
docs/
├── spec/ # 설계 문서 (무엇을 만들 것인가)
└── plan/ # 구현 문서 (어떻게 만들 것인가)
Test plan
문서 내용 검토
API 스펙 프론트 팀과 싱크