We need to articulate a list of what we want the GUI to do, so we can streamline code, and fix bugs.
- Add a checkbox "[ ]" to each point that needs to be implemented, and link to open issues
Notes
loose notes:
- load water calibration results
- Is the water currently calibrated in the GUI too?
- load laser calibration results
- how is the calibrated?
Start session, generate trials, deliver rewards
loading a mouse
- The user either presses
load:
Start a new session
When to Save
Saving data
Automatic upload to AWS
We need to articulate a list of what we want the GUI to do, so we can streamline code, and fix bugs.
Notes
loose notes:
Start session, generate trials, deliver rewards
loading a mouse
load:unsaved_data=True, then is prompted to save firstStart a new session
unsaved_data= FalseWhen to Save
unsaved_datais set.unsaved_data = False. The user does not navigate the file system. The save button is turned grayunsaved_datais set, then the user is prompted to saveunsaved_datais False, the user is not prompted to save (https://github.com/AllenNeuralDynamics/aind-behavior-blog/issues/130)unsaved_dataSaving data
Automatic upload to AWS