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
    # edit a row
    # delete a row
    # view a row – not a problem now but did not done yet

problems to solve

# make data model that works add all crud functionality to it
# make a gui, from html and the templates for it (simple).
# custom components in a list (maybe just specify different template for the field)
# custom components in edit
# viewes
# 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