JustinGOSSES / wellioviz

d3.js v5 visualization of well logs
https://justingosses.github.io/wellioviz/#introduction
Apache License 2.0
49 stars 12 forks source link

Demo.html should have nice menu bar - this issue is for first-pass version #103

Closed JustinGOSSES closed 3 years ago

JustinGOSSES commented 4 years ago

Is your feature request related to a problem? Please describe. To use wellioviz as a GUI, it would be nice if there was a menu bar interface

Describe the solution you'd like Menu bar brainstorm with picture is in this slidedeck towards the bottom: https://docs.google.com/presentation/d/1DPunsJgNrGR4Bk5FJrbbkoKMmRxOkhC6p_GN2BtRUX8/edit?usp=sharing

An initial working prototype spread throughout an Observable Notebook that has some of this functionality is this one: https://observablehq.com/@justingosses/hello-wellioviz-swap-out-log-no-other-changes-required-now-a

Describe alternatives you've considered Some other type of condensed interface?

dcslagel commented 4 years ago

@JustinGOSSES , I'm interested to get this implemented. I am scheduling myself to work on it next week : June 21 - 27. If someone else gets to it before then that's great too. :-)

DC

JustinGOSSES commented 4 years ago

I've started in on this a bit in this demo https://justingosses.github.io/wellioviz/demo_from_hackathon.html feel free to build on it or change the approach.

It is currently being brought in from the ObservableHQ notebook pretty much one for one and could be a lot nicer.

dcslagel commented 4 years ago

Okay, Yep, demo_from_hackathon.html is a forward progression from what we did earlier. I'll start with it and go from there.

dcslagel commented 4 years ago

@JustinGOSSES,

UPDATE: looking more closely at demo_from_hackathon.html, its changes are introducing sliders, which is great! However, I am not finding any menu specific changes there. It looks like its menu is current with the current demo.html. Am I overlooking something?

Regarding the sliders, are they at a point where they can be merged to demo.html?

Thanks, DC

JustinGOSSES commented 4 years ago

Several of the sliders don't actually do anything yet. They exist, but they don't change anything when you move them. They do on the Observable notebook but not yet in demo_from_hackathon.html

JustinGOSSES commented 3 years ago

This has been cleared