thartbm / PyVMEC

A Python-based GUI to create and run visuo-motor experiments.
GNU General Public License v3.0
1 stars 3 forks source link

name / rename without "Default" string #50

Closed thartbm closed 6 years ago

thartbm commented 6 years ago

I'd like two things:

1) When creating a new experiment or task, people should just start typing the name, instead of having to delete "Default" first.

2) When renaming an experiment or task, the current name should be in the text field.

And here are two things that I just thought of:

3) We should make sure that no names are empty.

4) Should we make sure that no tasks have identical names? This is now possible, and if people do that, then the data from second task will overwrite the first, so that that data will simply be copied into the overall participant's data file twice... not what we want.