habitus-eu / HabitusGUI

Rshiny GUI
Apache License 2.0
3 stars 4 forks source link

fixes #83 by removing storage and retrieval prevConfig #84

Closed vincentvanhees closed 1 year ago

vincentvanhees commented 1 year ago

Fixes #83 New configfile edits where not captured when code uses previous configfile. This PR removes the prevConfig retrieval by which we go back to forcing user to always specify the config file manually, which ensures that there can be no misunderstanding about what config file was used. The configfile is stored, so even if browser closes it will not be lost. Maybe in the future we can streamline this and still do some kind of configfile memorisation, but for now this address the issue and it helps to reduce code complexity.

Checklist before merging: