There are 3 new properties to filter a participant by:
Name
Number of followers
Number of following
The Participant class now has these properties as fields and can be created through the GitHub API and manually creating a participant.
The Participant page includes extra fields for filtering participants by these properties. They are also reflected in the table of participants
The viewing and editing pages of Participants also reflect these new properties
Related Issues Complete
Limit quantitative participant filtering #117 limited the range for the number of contributions and number of repositories. The new followers and following filters are also limited to the range from 0 - max value
Tests
The unit tests relating to participants have been updated to test the new Participant
This pull request closes #41
There are 3 new properties to filter a participant by:
The Participant class now has these properties as fields and can be created through the GitHub API and manually creating a participant.
The Participant page includes extra fields for filtering participants by these properties. They are also reflected in the table of participants
The viewing and editing pages of Participants also reflect these new properties
Related Issues Complete
Limit quantitative participant filtering #117 limited the range for the number of contributions and number of repositories. The new followers and following filters are also limited to the range from 0 - max value
Tests
The unit tests relating to participants have been updated to test the new Participant