hypothesis / hypothesis/lms

Handle invalid dashboard IDs in the query string (FE)

Open
#6,537 1 comment 0 reactions 0 assignees View on GitHub
Dashboard
Dominant language
Python
Stars
53
Forks
16
Avg merge
14d 5h
Merged PRs (30d)
14

Description

Up until now we have not validated the selected courses, assignments and students that are represented in the URL query.

This means we will be showing "4 students" if the `student_id` query param appears 4 times, but if those are invalid values, the listbox might show a different amount of selected items.

This is even trickier to achieve with pagination in mind, as it is possible there are valid IDs in the query which are not part of the already loaded pages.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.