Summary of the Second UI meeting

Current Goals

Finish implementing the dynamicMenuBar. - Jeff
Finish experimenting with dynamic widget generation. - Kavitha & Tze-John

Notes

We have discovered that dynamic menu bars can be done. All that we need to do, is to have a method that uses the MenuBuilder to generate a menu based on database queries and return it to the MenuBar widget.

We have also found out that the subcanvas can be associated with a method that returns a canvas. We are trying to generate this canvas on the fly using the UIBuilder, but have not succeeded yet.