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

UX - UI improvements #196

Closed
bstabler opened this issue Aug 23, 2018 · 3 comments
Closed

UX - UI improvements #196

bstabler opened this issue Aug 23, 2018 · 3 comments
Assignees

Comments

@bstabler
Copy link
Collaborator

bstabler commented Aug 23, 2018

  • Parse JSON settings files and create controls (button, drop downs, etc.) for content since these are difficult for the user to edit. All input CSV files are expected to be edited in Excel.
  • Remove non-essential stuff
  • Later, allow user to edit and run multi-run configuration and scenario viewer
@bstabler
Copy link
Collaborator Author

bstabler commented Sep 21, 2018

also, do #160, update the tutorial as a result of these changes #159, and run the single run reporting script as part of a run.

@bstabler
Copy link
Collaborator Author

bstabler commented Oct 4, 2018

also investigating why the GUI has some relatively long delays #99

@bstabler
Copy link
Collaborator Author

bstabler commented Oct 9, 2018

This is a more specific list of improvements that we're making. This list supersedes the items above.

  • Remove “VisionEval” from the title
  • Remove rhandsontable usage since it appears to be really slow
  • Replace model and run parameters with DT tables
  • Pre-preprocess run parameters json file to ensure one item per key. Basically get all items, check if length > 1, and if so, concatenate into comma separated list. Post-process when writing back out to json after editing the table.
  • Rename model specification to Inputs.
  • Move input tables to DT rendering
  • Remove data store and model spec from Model Specifications tab
  • Remove data store and model store from outputs tab
  • On outputs tab, add Run button for export_output_to_csv.R and create DT table of results
  • Commit to GH add_scenarios branch
  • Update test system for VEGUI if needed
  • Update documentation and tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants