gatorgrouper
gatorgrouper copied to clipboard
:busts_in_silhouette: Automated Group Formation Tool Enabling Effective Team Work
# 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...
# 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...
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...
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...
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...
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...
# 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...
# 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...
# 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,...
# 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...