daniel-acuna / reviewer_assignment

Reviewer assignment and scoring system based on topic models
http:/pr.scienceofscience.org
5 stars 4 forks source link

Manage file uploaded names through Django sessions #27

Closed daniel-acuna closed 9 years ago

daniel-acuna commented 9 years ago

The assignment algorithm could potentially not converge and require new parameters for minimum number of reviewers, etc. We should manage the files uploaded and other information related to the assignment through sessions so that the form could be pre-populated if the user revisit it. This would also solve the problem of not asking to re-upload a file when there is a validation error in the form.

daniel-acuna commented 9 years ago

This is not necessary anymore as we are managing assignments through the task id given by Celery and Jobtastic.