feat: add gradebook#8384
Draft
LWS49 wants to merge 2 commits into
Draft
Conversation
fbfdba8 to
a67eb77
Compare
Collaborator
Author
Screen.Recording.2026-05-14.at.6.08.20.PM.mov |
291ea77 to
e8597f6
Compare
e8597f6 to
ec5ec1c
Compare
ec5ec1c to
b2a9464
Compare
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.
Gradebook - Feature 1: Assessment Grade Display (MVP)
This is an MVP placeholder. The gradebook is being built incrementally. This PR establishes the data pipeline and table scaffolding. Known limitations are documented below and will be addressed in subsequent PRs.
What this does
Adds a new staff-only Gradebook page to course navigation. Shows all enrolled (non-phantom) students' grades across every published assessment, with one column per assessment.
80.00%) and raw score (16 / 20).Known limitations (to be addressed in later PRs)
Long assessment names are truncated. Column headers cap at 180 px and show an ellipsis for overflow. A collapsible two-row header (category row + assessment row) is planned for a future PR.
No search-by-assessment feature. Only student name search is implemented. Per-column assessment search (with sticky pinning, à la Google Classroom) is planned for Feature 7.
43 No weightage or grouping. Final grade is an unweighted sum. Weighted groupings, custom group assignments, and grade calculation with/without weightage are Feature 2.
Planned features (in implementation order)
Feature 1 (this PR) — Assessment grade display by students
Feature 2 — Weightage and grouping
Feature 3 — Clickable student names
Feature 4 — Grade export
Feature 5 — Grade overwrite
Feature 6 — Column order adjustment in export
Feature 7 — Search by assessment
Feature 8 — Submission status display