expfactory / expfactory-deploy

Django project to replace expfactory-docker.
MIT License
1 stars 3 forks source link

Be able to deploy part of a battery (like, one or two tasks) to participants who have had technical difficulties, without having to create individualized batteries. #9

Open rwblair opened 3 years ago

rwblair commented 3 years ago

This would help with downloading data as well.

rwblair commented 2 years ago

Current code that comes up with which experiment to serve is looking at the status field in the results field for a given subject-battery-experiment. We could extend the status to have a redo state, or let admins demote completed/failed to another status.

https://github.com/expfactory/expfactory-deploy/blob/509b74fc16b70234b448a727c4fe7759fb6057c8/expfactory_deploy/experiments/models.py#L32