-
New Feature
-
Resolution: Fixed
-
Minor
-
Future Dev
-
MOODLE_500_STABLE
-
MDL-83395-main -
-
-
-
6
-
Team Hedgehog 2024 Sprint 4.1, Team Hedgehog 2024 Sprint 4.2, Team Hedgehog 2024 Sprint 4.3
Create a report builder report that makes available AI usage stats to administrators and other users.
The aim of this report is to allow users to view AI usage in 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_action_register" table with links on the provider column to get specific data from the action tables, like: "ai_action_generate_image"
The report should include and be able to be filtered on (where possible):
- actionname: e.g. generate image, summarise text
- providername: e.g OpenAI
- success status
- prompt tokens (if available)
- completion tokens (if available)
- time/date information
These can also be reviewed and updated during the development process
- blocks
-
MDL-84017 Add help icons for AI report column headers
-
- Closed
-
- has a non-specific relationship to
-
MDL-83493 Form help icons do not close when clicking elsewhere
-
- Closed
-
-
MDL-84384 Improve AI usage report filtering for provider/action data
-
- Closed
-
- is blocked by
-
MDL-83396 AI: Reporting - AI policy acceptance
-
- Closed
-
- Testing discovered
-
MDL-83970 AI: Use component name in registration and logging
-
- Closed
-
-
MDL-84016 Add help icon for column header in report builder
-
- Closed
-