-
New Feature
-
Resolution: Fixed
-
Minor
-
Future Dev
-
MOODLE_500_STABLE
-
MDL-83396-main -
-
-
-
6
-
Team Hedgehog 2024 Sprint 4.1, Team Hedgehog 2024 Sprint 4.2
Create a report builder report that makes available which users have accepted the AI usage to administrators and other users.
The aim of this report is to allow users to view AI policy acceptance their system. We currently collect all of the required data in the database, this issue is to make that information more readily available for users in LMS.
The report access should be controlled by capability and be aware of context. So it could be granted to a manager role in a category for example. Admins should get this capability by default.
Most of the data will be in the "ai_policy_register" table with links to the "users" table
The report should include and be able to be filtered on (where possible):
- user details
- time date accepted
These can also be reviewed and updated during the development process