moodle-an-hochschulen / moodle-local_profilecohort

Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
GNU General Public License v3.0
23 stars 19 forks source link

dynamic updating of cohorts based on field changes #32

Open sw33tjimmy opened 4 years ago

sw33tjimmy commented 4 years ago

maybe I was just getting a little overly optimistic about this... but I was under the impression that if a users' custom profile field changed that the users' cohort assignments/enrollments would also update dynamically. My testing, so far has disproved this... (or maybe there's a step I'm missing?) ... if it is capable of dynamically managing cohort assignment, rather than just running a one-time process at the time it's configured/assigned, that would make this tool absolutely foundational (and even relevant enough for me to implement it across our 2000 cohorts...but would also require the pagination request I saw elsewhere)

cerveos24 commented 3 years ago

Hi! I am in the same spot. If I add a cohort of 150 users, it works perfectly. But if the member needs to change, I have to remove the users one by one. If there is a way to remove them in bulk, that would be awesome.