This folder is optional study material for building the Cafe POS assignment. Your graded code lives outside this folder (ASP.NET Core MVC project at the repo root or wherever you create the blank solution).
Delete the entire education/ directory. Nothing in the app references it.
Read in this order:
- CRITICAL_PATH_3DAY.md — what to build each day and what to cut if late
- PRD.md — acceptance tests you can tick off
- WORKFLOW_MAP.md — how sample interactions map to screens
- DATA_MODEL.md — tables and relationships (matches
db/setup.sql) - templates/PROMPTS.md + AI_GUIDE.md — use AI as tutor, not autopilot
- STYLE_COMMENTS.md — how you want comments to look
Build the app in parallel. Do not wait until every doc is read.
- GLOSSARY.md
- ARCHITECTURE.md
- DATA_MODEL.md
- PHASES/ in numeric order
- SOP.md for daily rhythm
| file | purpose |
|---|---|
| PRD.md | product requirements in plain language + checkboxes |
| WORKFLOW_MAP.md | readme “application pages” vs “sample interactions” reconciled |
| CRITICAL_PATH_3DAY.md | deadline-focused build order |
| DATA_MODEL.md | database mental model |
| ARCHITECTURE.md | MVC request flow (diagrams) |
| SOP.md | how to run a study session |
| AI_GUIDE.md | rules for learning with AI |
| STYLE_COMMENTS.md | comment style contract |
| GLOSSARY.md | terms defined slowly |
| PHASES/ | step-by-step phases (no full solution code) |
| templates/PROMPTS.md | copy-paste prompts |
The course requirements live in the repo root README.md. If anything here disagrees with the instructor, trust the instructor.