CIDARLAB / Neptune-iGEM-2016

BSD 2-Clause "Simplified" License
11 stars 12 forks source link

Default Workspace Picker has no file picker #22

Open rkrishnasanka opened 8 years ago

rkrishnasanka commented 8 years ago

Please change this to the default user's document location or put a file picker here

image

kestas-bme-ece commented 8 years ago

Short term solution implemented: Node will find YOUR home directory, and suggest this as your work space folder (so it will no longer be a hard coded directory with my name on it. Instead, whatever your home directory is as defined by your global environment variables, this will be suggested.)

it will take a little more time to implement a file select UI, unless there's a very simple way to do this that I am unaware of.

kestas-bme-ece commented 8 years ago

Note to myself: using localStorage to remember users work space is a poor solution, as that data gets clear. Implement a simple system to write this (and any other important variables) to a file. Then load those from the file when Neptune starts up