-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
4.1
-
MOODLE_401_STABLE
-
-
2
-
HQ Team Alpha - Sprint 0.3, HQ Team Alpha - Sprint 0.4, Team Alpha - Review Sprint 0
Summary:
Given the base implementation created within the Single view report zero state issue (MDL-75267) we will need to implement similar functionality for grouping. It is likely changes will be required in the base implementation of the user widget to optionally take in a group ID to filter down enrolled users.
Scope:
- Migrate the user widget into a generic component
- Implement group functionality
- Fetch groups within the course
- Filter groups based on name
- Pass a default group ID if no group is selected
- If a group is selected, Pass that to the user selector
- Automated testing
- Document the user & group widget