gatorgrouper icon indicating copy to clipboard operation
gatorgrouper copied to clipboard

:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work

Results 25 gatorgrouper issues
Sort by recently updated
recently updated
newest added

# Description of the Issue ## Add Detailed Comment with More Information implement the genetic algorithm grouping method. Here is the introduction of this algorithm on [Wikipedia](https://en.wikipedia.org/wiki/Genetic_algorithm) ## Steps to...

priority
product
design

# Description of the Issue While working on the testing for `group_rrobin`, Lancaster and I found a potential bug within the `test_rrobin_responses` method where groups could be "unbalanced" based on...

bug

If we ever want to modify the Bootstrap CSS, we will find it much less repetitive to instead modify the SASS files (https://sass-lang.com) which generate this CSS. In order to...

wont-fix
tools
setup
design

The GatorGrouper tool adopts different approaches to assigning people to a team based on "scores" for each individual who can be assigned to a team. However, the documentation does not...

question
documentation
need-feedback

The existing test suite for GatorGroup may take too long to run, especially as we start to add test cases for new algorithms and features. It would be ideal if...

help-wanted
testing
tools

The README file shows that GatorGrouper has multiple methods for forming the groups. However, there is no discussion of the trade-offs associated with using these different methods. As such, the...

good-first-issue
documentation

# Description of the Issue Currently, conflict avoidance is supported with the `group_random` grouping algorithm. What is not currently supported is the actual input on the website of GatorGrouper to...

enhancement
tools
interface
design

# Description of the Issue With the current add student page, the user can only add one student at a time. There should be a way to add more than...

help-wanted
interface
product
design

# Description of the Issue The way things are currently set up, users can only create students/classes/assignments. In the event they made a mistake when creating any of these things,...

enhancement
interface
product
design

# Description of the Issue In case a user forgets their password, there is no way right now for them to log into that profile. They would just have to...

enhancement
help-wanted
interface
design