You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/COURSES_README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,9 @@ COMP 2401 (min C-) AND
28
28
29
29
## Schema notes
30
30
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.
32
32
-`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.
33
33
-`prereq: null` means no prerequisites.
34
34
-`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
35
36
- SYSC courses appear in COMP 3004's prereq tree but are not entries in this file; the graph helpers handle unknown codes gracefully.
0 commit comments