Skip to content

Resolve "Making groups stuck in "Validating" students"

Summary

This MR fixes the student csv validation bug whereby the UI loads forever with an incorrect csv file. A new error pane has been added to catch server errors on csv validation.

Checklist

All items on this checklist should be checked.

  • I have added a changelog entry.
  • I have added a test that catches the original bug behaviour.
  • I adhere to the style guide.

How to review

  1. Input an incorrectly formatted csv file when adding groups and students to a course

  2. Validation should fail with an error in the UI

  3. Input a correctly formatted csv file when adding groups and students to a course

  4. Validation should pass, hiding the error pane

Screenshots

Validation fails with a server error

Screenshot_2025-10-03_163202

Validation passes

image

Issues and tasks closed

Closes #63

Merge request reports

Loading