I am working on MDL-46548 which is a simplification of the UI when exporting grades.
I need to point out 2 points with this change for those who have written gradeexport plugins (there are a few in the plugins DB).
1. I removed the preview feature from export. It was not really useful, made things confusing and added extra steps to the export process.
2. I had to change the API a bit to make these changes. I deprecated things properly and existing plugins will still work until the deprecated methods are removed.
And example commit of the changes required to update an export plugin to match the new API is here:
https://github.com/damyon/moodle/commit/9f5834ccc799559ece02f1672faebe4341aa71fc
Comments / feedback welcome on https://tracker.moodle.org/browse/MDL-46548
Thanks!
General developer forum
gradeexport plugin api changes
This discussion has been locked so you can no longer reply to it.