Project Day Spec Summary & Prompt Guide

Summary of core conversational development patterns centered around Markdown specifications

📌 5 Spec Document Structure Guide

SITE_SPEC.md            # Purpose, user roles, completion checklist
USER_FLOWS.md           # Student & Teacher step-by-step journeys
DATA_MODEL.md           # Name, check-in timestamp, status data model
IMPLEMENTATION_PLAN.md  # Build sequence & test items
CONVERSATION.md         # Prompt history & decision log

💡 Codex Implementation Core Prompt

"Read the 5 spec files thoroughly, and generate the code under website/ for:
1) Student ID card selection and QR check-in page
2) Teacher real-time attendance monitoring dashboard
using HTML/CSS/JS with mobile responsiveness and exception handling."