-
Improvement
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
- Covered by automated tests (Behat)
-
-
While playing with AI during project week, and more specifically looking at the usage report in MDL-84017 I found the current provider/action filters to be quite awkward as text filters, because it's non-obvious for a user how they should filter/match what they're looking for
It would be much easier if we switched to select filters, and allowed users to select from valid values (also the list of valid values will be very small):
Reading MDL-83395, I see this was in fact already suggested as a future improvement
Also note that MDL-83970 intends to change how this data is stored, so the filters will need modifying here after that issue lands