RunestoneInteractive / RunestoneInteractive/rs
Migrate the gradebook to a react page
@morozov-av is already working on this.
Since Jun 24, 2026.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 117
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 24
Description
The gradebook page at /assignment/instructor/gradebook uses handson table. It would be nicer and more consistent to move it to React.
One limitation of this new implementation is that we can use the search box to filter the rows, but teachers would like to similarly filter the assignments to one or more assignments. Right now we can filter to one assignment.
In addition teachers would like to be able to click on a students score for a particular assignment to get a breakdown. I feel like this might be redundant with the grading interface, but if that work is re-usable giving them a second path to the information might be useful. (We should talk about this before you do it)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.