OpenWaterFoundation / owf-app-viz-demo-ng

Open Water Foundation application to test different visualizations in Angular
0 stars 0 forks source link

Application setup #1

Closed smalers closed 3 years ago

smalers commented 4 years ago

Need to initialize an Angular application with project name 'viz-demo-ng`. This will be used to test various visualization technologies to evaluate whether to use in applications.

The application design needs a way to select visualizations. I recommend adding menus but if that is difficult then do buttons. See attached image. If using menus there would be a menu for the technology and under that sub-menus for each demo. For example 1 Day TS Line Graph would display one day-interval time series using a line graph.

angular-test-app

Each graph would use a TSTool json file for configuration and have test data of the json file and time series data (CSV or other). Start with the example data I previously emailed and I'll provide more examples. I recommend that these go into a folder under assets called app/data-ts, which is what we are using for the InfoMapper. We are considering assets/app to the the "root" folder for the application's assets.

smalers commented 4 years ago

The .gitignore file still needs to be filled out. Typically it has files for Angular development environment. See the InfoMapper and SNODAS tools for an example.

gsofia23 commented 3 years ago

General application is set up, and designed in a way to select various visualizations. + .gitignore and .gitattributes added and filled