Summary of another UI Meeting
Current tasks:
- Kavitha is working on a StandardLayoutBuilder.
- Tze-John is working on a SpreadsheetLayoutBuilder.
- Jeff is working on abstracting out the dynamic subcanvas methods
to make resizing and nesting subcanvas easier.
How these fit together:
- The layout builders should return a FullSpec.
- This FullSpec is plugged into the dynamic subcanvas of a PartView.
- The PartView attaches additional standard buttons and dynamic labels, and it returns a FullSpec.
- This FullSpec is plugged into the dynamic subcanvas of the SpecificationView.
- The SpecificationView is composed of the IconSelector, the PartView, and the dynamic menu.
- These builders and views are activated top-down. (The SpecificationView instantiates the other parts as needed.)