Skip to content

docs: 알림 기능API 스펙 및 구현 계획 문서 추가#104

Open
Junhyukkkk wants to merge 2 commits intodevelopfrom
feat/add-alarm-imple-docs
Open

docs: 알림 기능API 스펙 및 구현 계획 문서 추가#104
Junhyukkkk wants to merge 2 commits intodevelopfrom
feat/add-alarm-imple-docs

Conversation

@Junhyukkkk
Copy link
Copy Markdown
Member

Summary

docs/spec/notification-spec.md: 알림 도메인 설계, REST API 스펙, Web Push 발송 구조 정의
docs/plan/notification-plan.md: 헥사고날 아키텍처 + DDD 기반 구현 계획 (패키지 구조, 단계별 구현, 테스트 전략)
문서 구조

docs/
├── spec/ # 설계 문서 (무엇을 만들 것인가)
└── plan/ # 구현 문서 (어떻게 만들 것인가)

Test plan

문서 내용 검토
API 스펙 프론트 팀과 싱크

@Junhyukkkk Junhyukkkk self-assigned this May 10, 2026
@Junhyukkkk Junhyukkkk added the 📃docs 문서 추가 또는 변경 label May 10, 2026
Comment on lines +28 to +29
is_read BOOLEAN NOT NULL DEFAULT FALSE,
read_at TIMESTAMP WITH TIME ZONE,
Copy link
Copy Markdown
Collaborator

@tlarbals824 tlarbals824 May 10, 2026

Choose a reason for hiding this comment

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

read_at == null 이면 is_read=False라서 이걸 컬럼으로 저장하지 않아도 괜찮아보여

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 📃docs 문서 추가 또는 변경 feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants