Sample Data
Realistic test CSVs for walking the portal through first-time setup end to end — the same files that live in the repository's sample_data/directory (these downloads are generated from them at build time). TheCreate a Semester guide covers where each file is uploaded; sample_data/README.md in the repository is the step-by-step walkthrough.
general/
Data that outlives any one semester: locations, teachers, and the parent/student roster. Upload once.
| File | Rows | Size |
|---|---|---|
| locations.csv | 2 | 162 B |
| people.csv | 33 | 2.7 KB |
| teachers.csv | 6 | 848 B |
fall_semester/
The semester-scoped files for Fall 2026, including the schedule itself and the opening ledger.
| File | Rows | Size |
|---|---|---|
| hold_blocks.csv | 8 | 619 B |
| ledger_entries.csv | 42 | 2.5 KB |
| location_dates.csv | 47 | 3.1 KB |
| location_teachers.csv | 9 | 455 B |
| location_weekdays.csv | 3 | 188 B |
| semester_location_reservations.csv | 17 | 1.5 KB |
spring_semester/
The setup files for Spring 2027. Deliberately no schedule or ledger file — spring exercises Pre-populate from Previous.
| File | Rows | Size |
|---|---|---|
| hold_blocks.csv | 9 | 701 B |
| location_dates.csv | 51 | 3.4 KB |
| location_teachers.csv | 10 | 502 B |
| location_weekdays.csv | 3 | 189 B |
