docs(design): Sync the HTML prototype with the new course UI#102
Merged
Conversation
The UI reached its stable milestone (student catalogue, instructor authoring, error pages), so the browsable prototype in docs/design/mockups catches up with the app in one pass, per the sync-at-stable-milestones policy: - css/base.css realigned with the app stylesheet (explicit skip-link focus, Markdown textarea, inline action forms, roster table styles). - dashboard.html now mirrors the shipped dashboard: the aspirational stats row and progress bars give way to the enrollment cards with status and date. - Nine new snapshots: courses, course, lesson (Markdown output with demoted headings, ADR-0014), the four instructor pages, and the styled error page; index.html lists them all. - course-pages-explained.md documents the batch in the study-doc tradition, one noticing point per page.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #102 +/- ##
=========================================
Coverage 77.53% 77.53%
Complexity 141 141
=========================================
Files 31 31
Lines 592 592
Branches 37 37
=========================================
Hits 459 459
Misses 106 106
Partials 27 27 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
This PR updates and synchronizes the HTML prototype to reflect the current state of the UI (User Interface).
Now that the UI has reached a stable milestone (with student catalog, instructor course authoring, and error pages), this PR updates the browsable prototype in
docs/design/mockupsto align with the app:css/base.cssis realigned with the app stylesheet (including the explicit skip-link focus, Markdown textarea, inline action forms, and roster table styles).dashboard.htmlnow mirrors the dashboard where aspirational stats row and progress bars have been replaced with enrollment cards that display status and date information.index.htmllists all the snapshots.course-pages-explained.mddocuments these changes (one noticing point per page).