UiL-OTS-labs / web-experiment-datastore

Other
0 stars 0 forks source link

Change behaviour of uploads during piloting #44

Closed tymees closed 2 years ago

tymees commented 2 years ago

Right now, if an experiment is in piloting mode it won't save data. This used to be fine, but it's now causing some issues with session experiments (see #41). Thus, I'd like to propose a change in how we handle piloting data.

As we now always have a session object which tracks the state field of the experiment when it was created, we could use that to seperate actual data from piloting data. Thus, I think we should now actually save piloting data as well. This would mean we need to make the following changes: