hypothesis / lms

LTI app for integrating with learning management systems
BSD 2-Clause "Simplified" License
46 stars 14 forks source link

Exclude students without a name from students filter dropdown #6459

Closed acelaya closed 2 months ago

acelaya commented 2 months ago

There are some cases in which we could have students without a display name, if they haven't launched an assignment before May 9th, 2024.

For the students table we decided to show a placeholder and a helper text explaining what that means (see https://github.com/hypothesis/lms/pull/6382), but for the filters dropdown we think it makes more sense to completely ignore those students. Since you don't know who they are, it's not very likely you want to filter by them.

This decision might change in the future.

Closes https://github.com/hypothesis/lms/issues/6457