moodlepeers / moodle-mod_groupformation

Formation of optimized learning groups - by topic preference or best match of individuals' characteristics and preferences; in one easy to use Moodle acticity
GNU General Public License v3.0
6 stars 5 forks source link

"my group" does not update list of users due to leaves and manual changes #61

Closed jkonert closed 6 years ago

jkonert commented 6 years ago

After group formation, users can see their group members via tab "my group". The list of members does not change if

While it is a good idea to show the orginally created group members, it would be helpful to show the current state, too. e.g.

  1. mark removed users gray (or deactivated)
  2. mark later added users with a * (and add a short mouseover text)

Thus users clearly see who is currently in the group and below who "was" but is not any more. Technically simply compare current Moodle group members to the members of mod_groupformation table and if diff, move missing people to the bottom and move new members before them. Mark both to be recognizable by users.

rroepke commented 6 years ago

Now, changes are displayed. But it will not be distinguished between leaving group or course.

image