Skip to content

Commit cc5da69

Browse files
committed
update readmes
1 parent 5243c9b commit cc5da69

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/data/COURSES_README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ COMP 2401 (min C-) AND
2828

2929
## Schema notes
3030

31-
- `credits`: Carleton uses 0.5 credit units for one-term courses, 1.0 for full-year.
31+
- `credits`: Carleton uses 0.5 credit units for one-term courses, 1.0 for full-year or accelerated.
3232
- `precludes`: courses that cannot be taken if this course has already been taken (or vice versa). Currently empty for all entries — TODO verify preclusion rules from calendar.
3333
- `prereq: null` means no prerequisites.
3434
- `kind: "raw"` is a fallback for prereqs that couldn't be structured (none currently used).
35+
- `prereqRaw` — raw prerequisite string from the calendar, or `null` if no prerequisite is listed
3536
- SYSC courses appear in COMP 3004's prereq tree but are not entries in this file; the graph helpers handle unknown codes gracefully.

src/data/programs/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,3 @@ customize freely.
6060
dropdown (once that UI is built — see the TODO in `src/pages/Planner.tsx`).
6161
4. Submit a PR with the `template` label and request review from another contributor
6262
who can verify the calendar accuracy.
63-
64-
## Planned templates (not yet created)
65-
66-
- `bcs-general` — BCS General stream
67-
- `bcs-honours` — BCS Honours
68-
- `bcs-ai-stream` — BCS AI Stream
69-
- `bcs-se-stream` — BCS Software Engineering stream
70-
- `bmath-data-science` — BMath Data Science
71-
- `cybersecurity-minor` — Cybersecurity minor overlay

0 commit comments

Comments
 (0)