Docs: 백엔드 DB 스키마 및 더미데이터 기준 추가 - #14
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
프론트엔드 저장소의 문서 체계를 기반으로, 백엔드 DB 스키마(정본 링크 포함)와 FE 더미데이터/Mock 설계 시 “식별자·관계 일관성 유지 + View Model 변환 경계”를 문서로 명확히 공유하기 위한 PR입니다. 런타임 코드 및 기존 mock 데이터는 변경하지 않고, 온보딩/가이드/인덱스 문서만 확장합니다.
Changes:
- 백엔드 DB 스키마(테이블/컬럼/관계/제약 해석 기준)와 FE 더미데이터 작성 기준을
docs/backend-database-schema.md로 추가 - FE 문서 인덱스 및 온보딩/도메인/가이드/ADR 문서 구조를 추가하고 상호 링크 정리
- AI 작업 정책의 정본을
AGENTS.md로 두고, Claude/Gemini 안내 및 Gemini 스타일가이드에서 문서 인덱스로 연결
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
AI 작업 정책 정본 및 문서/가이드로의 읽기 경로 정의 |
CLAUDE.md |
Claude 안내를 AGENTS/문서 인덱스에 연결 |
GEMINI.md |
Gemini 안내를 AGENTS/문서 인덱스에 연결 |
.gemini/styleguide.md |
Gemini 환경에서 참조할 스타일 가이드의 링크 엔트리 제공 |
docs/README.md |
FE 문서 인덱스 및 기존 참고 문서(스키마 포함) 링크 추가 |
docs/backend-database-schema.md |
백엔드 DB 스키마 요약 사본 + FE 더미데이터 활용/해석 기준 명시 |
docs/onboarding/README.md |
실행 기반/환경 변수/설정 위치 등 온보딩 요약 추가 |
docs/onboarding/domain/README.md |
src 구조 및 기능별 탐색 지도(앱/페이지/공용 코드) 추가 |
docs/onboarding/domain/auth.md |
AUTH(인증·초대) 탐색 경로/제품 경계 문서화 |
docs/onboarding/domain/home.md |
HOME 탐색 경로/제품 경계 문서화 |
docs/onboarding/domain/study.md |
STUDY 탐색 경로/제품 경계 문서화 |
docs/onboarding/domain/review.md |
REV(AI 후보 검토) 탐색 경로/제품 경계 문서화 |
docs/guides/README.md |
구현·검토 가이드 인덱스 추가 |
docs/guides/code-conventions.md |
코드 배치/네이밍/구현 원칙 정리 |
docs/guides/pr-review.md |
자동/사람 검토 체크 항목 문서화 |
docs/adr/README.md |
ADR 목적/기록 대상/형식 정의 |
BigSangHyeok
approved these changes
Jul 20, 2026
BigSangHyeok
left a comment
Contributor
There was a problem hiding this comment.
백엔드 DB 스키마 및 더미데이터 기준 추가 확인했습니다.
BigSangHyeok
marked this pull request as ready for review
July 20, 2026 13:04
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.
관련 PR
변경 내용
변경 이유와 영향
화면별 더미데이터가 백엔드 저장 모델의 관계를 일관되게 반영하도록 공통 기준을 제공합니다. 런타임 코드와 기존 mock 데이터는 변경하지 않습니다.
현재 PR은 문서 인덱스를 제공하는 #13의 브랜치에서 분기한 stacked PR입니다. #13이 먼저
dev에 병합되면 이 PR에는 스키마 관련 커밋만 남습니다.검증
git diff --checkpnpm exec prettier --check docs/README.md docs/backend-database-schema.md