askewseth / Vizit

Some physics oriented data visualizations using python, flask, and Bokeh.
0 stars 0 forks source link

Single Page Web App Design #13

Open corysabol opened 8 years ago

corysabol commented 8 years ago

With the future intentions of this application being educational, I think it certainly would benefit from a UI overhaul in the form of a single page web application.

This can be achieved using bootstrap and angular.js or any other flavor of JavaScript MVC framework you like.

I don't mind hacking on this a little bit over the summer, if you guys want to brain storm ideas and such. It will help to come up with a simplified interface with the app that is mostly consistent across.

Something like follows: ui-img

The use of templates will greatly facilitate this type of interface since we can just define the things that will be consistent everywhere and change out the content in the content area to be whatever we like, such as the grid input, plots, information, etc.

@Metalaxe1 @askewseth

askewseth commented 8 years ago

I really like the single page idea. If you look on my grid branch on my last iteration I had actually put a navbar up there that included things like login and csv file uploads, we could use that and modify it if you want.