You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my master's thesis, I limited programming groups to two people. The following changes need to be made so that more than two people can be in a programming group:
In the ProgrammingGroup model remove validation max_group_size
In views/programming_groups/_form.html.slim show the help-block which explains how to enter multiple IDs
Adapt the texts on the views/programming_groups/new.html.slim page so that it is clear that you can have a group with more than two people e.g. replace programming pair with programming group
Maybe also change the information in views/programming_groups/_info_pair_programming.html.slim
When clicking the button Find Programming Partner only groups of two people are formed
Perhaps this behavior should remain this way, because otherwise the users have to wait even longer until more than one other person has been found.
If larger groups should be formed the method match_waiting_users in pg_matching_channel.rb needs to be adapted.
For my master's thesis, I limited programming groups to two people. The following changes need to be made so that more than two people can be in a programming group:
ProgrammingGroup
model remove validationmax_group_size
views/programming_groups/_form.html.slim
show the help-block which explains how to enter multiple IDsviews/programming_groups/new.html.slim
page so that it is clear that you can have a group with more than two people e.g. replace programming pair with programming groupviews/programming_groups/_info_pair_programming.html.slim
match_waiting_users
inpg_matching_channel.rb
needs to be adapted.In the commit 97764bd some changes to limit the programming group to two people were made.
The text was updated successfully, but these errors were encountered: