Skip to content
shimondoodkin edited this page Sep 14, 2010 · 6 revisions

use cases

  1. print a menu
  2. list items in a collection with pagination
  3. edit a row
  4. delete a row
  5. view a row

problems to solve

  1. make data model that works add all crud functionality to it
  2. make a gui, from html and the templates for it (simple).
  3. custom components in a list (maybe just specify different template for the field)
  4. custom components in edit
  5. viewes
  6. complex and custom page layouts like two data grids in a page, or data grid and edit form (how to make a custom template and how to store this configuration in a data structure that supports that)

lessons learned:

  1. a good data grid component is very important
  2. it is good when data grid titles are fixed