Project landing
Sample Project — 예시 프로젝트
Project work is organized as goals, student tasks, and records. The task inbox below is separate from the professor's private task system.
ShortShort goal
Sample task — 첫 할 일
1 tasksMediumMedium goal
Add project tasks in this horizon.
0 tasksLongLong goal
Add project tasks in this horizon.
0 tasksStudent task inbox
Project tasks
History
Records
Source note
Sample Project
이 카테고리는 연구실 진행 중 프로젝트를 트래킹하는 자리입니다. 한 프로젝트당 한 글, 본문에는 동기·완료 기준·현재 상태·다음 할 일을 적습니다.
새 프로젝트 추가하는 법
content/projects/{slug}.md파일 생성 — 이 글의 frontmatter 복사해서 수정content/project-db.json의projects[]배열에 같은slug로 entry 추가 (priority/health/statusPct/tasks 등 상태 메타)- push → 자동 배포 → 홈에서 카드로 보임
왜 두 파일을 같이?
.md= 콘텐츠 SSOT (서사·맥락)project-db.json= 상태 SSOT (정량 메타 + 작업 목록)
두 파일은 같은 slug 로 묶여서 한 카드를 만듭니다.