davosmith / moodle-checklist

Checklist plugin for Moodle - allows a teacher to create a checklist for their students to tick-off
GNU General Public License v3.0
24 stars 70 forks source link

Improve page size so this can be set and persist #119

Open brendanheywood opened 8 months ago

brendanheywood commented 8 months ago

At the moment when viewing the report at /mod/checklist/report.php you get a page size of 30. This can be overridden using a query param but this is lost when you click on anything. Some idea:

davosmith commented 7 months ago

Adding an admin setting to control this would be fairly easy to do (but still requires an hour or so of work to add, including the required Behat test(s) to check it is working consistently across all supported Moodle versions).

Persisting the value is also fairly easy to do (although, at that point, I'd probably also want a form to set it on the page, rather than just knowing what URL param to set).

Either way, I might get around to looking at it some day; I'm more likely to review + merge a patch, if someone else writes the code ...