Add file for TODO list.
[online-glom:gwt-glom.git] / TODO
1 Here's a list of TODO items / ideas in no particular order.
2
3
4 Improvements to LayoutListView:
5
6 * Implement column width size as specified in the glom file.
7
8 * Implement column alignment (automatic, left, right) as specified in the glom file.
9
10 * Add support for LayoutItem_Text, LayoutItem_Button and LayoutItem_Image items.
11
12 * Make width of the CellTable used for the LayoutList consistent between the
13   tables so that the UI doesn't appear to jump around. One way to do this is to
14   find the width of the largest table and enlarge the column widths
15   proportionally in the smaller tables. Of course this will not respect the
16   column widths specified in the glom file. Another option is to pad the smaller
17   tables with empty columns at the end so that the line under the headers extends to
18   the end of the largest table. Some experimentation is required to see which option
19   is the best.
20
21
22 Improvments to LayoutDetailsView:
23
24 * This hasn't been started yet.