Show other prereqs that need to be met when using /courses unlocks #135
Labels
No labels
beginner friendly
bug
chore
documentation
duplicate
feature
help wanted
invalid
needs-triage
question
size/L
size/M
size/S
size/XL
size/XS
urgent
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ScottyLabs/dalmatian#135
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Example: one of the courses
/courses unlocks 15-122returns is 02-450: Automation of Scientific Research. That course has the prerequisites(10-315 or 10-701) and (15-122).We would like the
/courses unlocks 15-122command to also show other required prereqs. From the example earlier, under 02-450, we would display a note such asAs another example, let's take a look at 10-301: Introduction to Machine Learning (Undergrad), which has the prereqs
Running
/courses unlocks 15-122should have 10-301 with this note:Optional; can be done later:
Add a button "Hide other prereqs" to hide these other prereqs and revert to what we had originally. This can be toggled back with "Show other prereqs".
Note that not all courses have prereqs in CNF: take 76-389 for example, which requires
i think it's guaranteed to be either CNF or DNF though