Closed Zsailer closed 10 years ago
This is the prototype for the feature request mentioned in issue #15
@jacmarjorie I think I'm going to go ahead and merge this pull request today. Then, I can do the large refactoring of the separate projects... with components, dependencies, and base classes in separate submodules.
Do you have any objections?
Things look good, no objections.
This is a very basic customization modal. It's simply a window that pops up over the page with some options to change the final rendering. I've applied it to the
tree_viewer
only. Right now, it only changes the rendering of the tree between static and dynamic view.Two things:
Options
object that holds specific customizations to that type of visualization.I have also done some reorganization of the objects in hopefully a more intelligent way. Originally, I was making copies of objects where it wasn't necessary.
There is still tons of work to be done. I'm opening this PR early to show my idea here. It's not ready to be merged.