MDL-75165 notes: implement notes datasource for custom reporting.
commita641a8dfa2d452df6a9f5e1378f6be5a82031788
authorPaul Holden <paulh@moodle.com>
Wed, 6 Jul 2022 07:22:51 +0000 (6 08:22 +0100)
committerPaul Holden <paulh@moodle.com>
Wed, 19 Oct 2022 13:46:21 +0000 (19 14:46 +0100)
tree260f44aa36bcf0e31eb6bb3d9bb46cf991fbeabb
parentf1c3aca7ea3618e21af35fb150ddd69152a81120
MDL-75165 notes: implement notes datasource for custom reporting.

Create entity definition containing report elements for notes. Add
new report source joining the entity to the user/course entities to
provide data for the reportbuilder editor.
lang/en/notes.php
notes/classes/reportbuilder/datasource/notes.php [new file with mode: 0644]
notes/classes/reportbuilder/local/entities/note.php [new file with mode: 0644]
notes/tests/reportbuilder/datasource/notes_test.php [new file with mode: 0644]