rwaldheim / ecdpt

R Application for exporting and analyzing battery data from an Arbin cycler
https://rwaldheim.github.io/ecdpt
GNU Affero General Public License v3.0
4 stars 1 forks source link

unclear instructions and difficult fix for not shared folder #37

Closed darkwraith closed 4 years ago

darkwraith commented 4 years ago

The warning prompt about not having the shared directory selected does not allow you to easily change it. When I aborted and changed my working directory while leaving the dialogue open it didn't actually change so I just tried to run it by ignoring the warning.

May need an option to update directory in the warning dialogue?

This is related to #4 but on the error handling side.

2Ryan09 commented 4 years ago

Unfortunately, I will probably be removing the "shared directory" feature. It is directly relevent to us, but will probably not be favored by those who use it outside our group.

darkwraith commented 4 years ago

If thats the case probably need to allow a better directory selection method than just typing in a name.

2Ryan09 commented 4 years ago

I'm envisioning a "select working directory" feature, just like selecting a file. However, I haven't been able to find a package or base-R function to accomplish this.