Requisite diagram and enrolment steps - #152
Merged
Merged
Conversation
|
Deployment failed for project coursemap with the following error: Learn More: https://vercel.com/coursemap?upgradeToPro=build-rate-limit |
This was referenced Sep 26, 2026
HarryRandall
added this pull request to stack #156
September 26, 2026 09:48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merge after #151. Replaces #146.
Before: a course's requisites showed as a prerequisite graph and a text summary.
After: requisites show as a merge diagram (met prerequisites in green, unpublished courses linked, no unlocks column when nothing follows) and as enrolment steps. Unit requirements link to matching courses and check tagged units, and admins can preview requisites as a sample student.
How: requisite evaluation and sample students in
lib/coursemap, then the diagram and enrolment steps replacingprereq-graph.tsx. A last commit updates a diagram test that still expected unpublished courses not to link.Verification
pnpm format:check,pnpm check:repository, ESLint,tscand unit tests pass; CI green apart from the Vercel preview (daily deploy limit)Deployment notes
None.