Peter Stenger
Peter Stenger
- Ability for filtering on student status
- Hyperlink student names in UI to link to individual student pages
- View logs and grades of an individual student
- Enrollments table with desired functionality
### Details - Invitations viewable on pages upon click - Invitations modal on 'Students' page to bulk-add students from a CSV
Proposed changes: - Add 'Status' enum to enrollments table with `Joined, Left, Removed, Invited` Add enrollment history events to a table with: - enrollment ID - 'agent' / who did...
- Render the existing enrollments table with tanstack table, with filtering and sorting capabilities
This tracks all the work for enrollment and student management.
### Details This mirrors the [Submission metadata](https://gradescope-autograders.readthedocs.io/en/latest/submission_metadata/) feature of gradescope. This would be useful for rate limiting.