d1chiqua / expertiza

Expertiza is a web application through which students can submit and peer-review learning objects (articles, code, web sites, etc). The Expertiza project is supported by the National Science Foundation.
http://wiki.expertiza.ncsu.edu/index.php/Expertiza_documentation
MIT License
1 stars 0 forks source link

Refactor and Optimize match_new_teams_to_topics method in BiddingTeamsAssignmentService #50

Open d1chiqua opened 4 hours ago

d1chiqua commented 4 hours ago

Right now, the match_new_teams_to_topics is breaking Single Responsibility Principle - we can test each method this way.

Break into the following methods: (1) Verify Intelligent Assignment (2) Get the SignUpTopics (3) Retrieve the unassigned teams (optimize queries) (4) Sort unassigned teams (optimize sort process)