Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify participant_list.csv to set order of priority for evaluation #124

Closed
coleslaw481 opened this issue Mar 7, 2017 · 2 comments
Closed
Assignees
Milestone

Comments

@coleslaw481
Copy link
Contributor

Currently evaluation is done in arbitrary order, it would be nice to dictate that order such that external submitters get evaluated first followed by internal submitters. Ideally add a column with numbering that sets the order

@coleslaw481 coleslaw481 self-assigned this Mar 7, 2017
@coleslaw481 coleslaw481 added this to the 1.7.0 milestone Mar 8, 2017
@coleslaw481
Copy link
Contributor Author

Partial fix in chrisdev commit 51043f3..0d7dfae

coleslaw481 added a commit that referenced this issue Mar 8, 2017
… EvaluationTasks based on priorities from ParticipantDatabase. This should be backwards compatible with a Participant Database missing these values
@coleslaw481
Copy link
Contributor Author

Updated EvaluationTaskFactory by adding two methods

_update_priorities_of_tasks() --sets the priorities of the evaluation tasks from ParticipantDatabase
and
_sort_tasks_by_participant_priority() performs sort using EvaluationTask.get_priority() values

0d7dfae..ee1c9ea chrisdev -> chrisdev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant