Details
-
Improvement
-
Status: Waiting for peer review
-
Minor
-
Resolution: Unresolved
-
4.1
-
None
-
MOODLE_401_STABLE
-
master_MDL-72509-decouple-participant-filter
-
Description
Participants filter is currently coupled with the core_user, where it helps to filter the users using different filtering criteria. This feature is widely helpful and has the potential to be used in different areas of the core.
To make this feature extendable and usable in different locations in core or community plugins, this tracker decouples this feature from the core user and moves it to the core to make it an extendible API.
This API will be used in the qbank as a proof of concept.