GatorIncubator / gatorgrouper

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
GNU General Public License v3.0
20 stars 20 forks source link

Feature Request: members-in-groups #296

Open wmodes opened 4 years ago

wmodes commented 4 years ago

Currently, the num-group parameter allows you to specify how many groups. This is often less useful than being able to specify how many members are optimally in each group.

This also begs the question of how to handle uneven distribution: Would it be better to create a few smaller groups, or to create a few larger groups? This can be handled with a boolean, i.e., --bigger-groups true or more precisely with min and max, i.e., --min-group 4 or --max-group 4

wmodes commented 3 years ago

Checking in. I see the issue is assigned, but not responded.