kristoferB / SP

Sequence Planner
MIT License
12 stars 5 forks source link

New Hierarchy definition #34

Closed kristoferB closed 8 years ago

kristoferB commented 9 years ago

An hierarchy should be defined by a HierarchySpec including a tree of items.

  1. Create the HierarchySpec in scala
  2. Rewrite the visualization of items in a tree using the new HierarchySpec. Possibility to change spec.
    • A HierarchySpec will have an attribute defining what it is. Should be shown somewhere (maybe an i buttons somewhere)
  3. If an item is selected, also its children are shown. Not sure how this should be done
  4. Possible to drag and drop in the tree and between trees.
  5. What we should do when a parent is drag and dropped is not clear. Probably it depends on the target.
  6. Create a default spec defined in modelsettings
kristoferB commented 8 years ago

Fixed in current version