Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save input values #6

Open
juniperlsimonis opened this issue Oct 7, 2017 · 2 comments
Open

Save input values #6

juniperlsimonis opened this issue Oct 7, 2017 · 2 comments
Milestone

Comments

@juniperlsimonis
Copy link
Collaborator

We want users to be able to save the values they select throughout the GUI, and then be able to re-load those values.
We should be able to handle this "automatically" by basically having the button to run the model also cause the values in the input fields to be saved into a standard format csv or the like.
We need to build in the capacity to re-load the inputs, as well. This would, ostensibly, also give someone the capacity to create a setup file externally and then load it in the app and have it populate the input fields, thereby avoiding having to click through everything.
This is definitely doable, but it'll take some solid planning and mapping out of the GUI, which is needed anyway at this point (I need to re-check that all of the values are being created and stored in the best possible manner for this and other stuff).

@juniperlsimonis
Copy link
Collaborator Author

@juniperlsimonis
Copy link
Collaborator Author

this is definitely doable but is a bit more complicated than i can work through for version 1 right now. i need to break down how best to store and retrieve the data dynamically. I have some loose code that works partially using .Rdata files, that i'll include in a development folder, and I think this is something we can get into version 2.

@juniperlsimonis juniperlsimonis added this to the version 2 milestone Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants