jonof / moodle-block_completion_progress

A time management tool for students using activity completion
https://moodle.org/plugins/block_completion_progress
GNU General Public License v3.0
17 stars 65 forks source link

Reimplement the Overview feature to be based on the Flexible Table class #67

Closed jonof closed 2 years ago

jonof commented 3 years ago

In 3.8 the core table is implemented as core_user\participants_table and in newer versions as core_user\table\participants. Hopefully they are somewhat congruent.

jonof commented 2 years ago

3.8 became unsupported in May, so that makes things simpler.

jonof commented 2 years ago

New plan: reimplement Overview to at least be based on flexible_table and ponder just how important a Participants derivative actually is. We gain first/last name filtering and table downloading easily from flexible_table.

jonof commented 2 years ago

Tracker issues to be resolved by this: CONTRIB-8320 CONTRIB-7928 And issues #76 #57