Changes between Version 3 and Version 4 of BluePrint/DataList
- Timestamp:
- 01/31/13 11:12:01 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/DataList
v3 v4 5 5 6 6 In many cases, the representation of data in a table visually dissolves the structure of the information, and is therefore difficult to consume for user: 7 [[Image(datalist2.png)]] 7 8 [[Image(datalist2.png, width=960px)]] 8 9 9 10 An alternative concept is to represent records as a list of ''cards'' with a context-adapted per-item design (typically nested DIVs which allow various styling options): 11 12 The most commonly known example for this concept is certainly the facebook-timeline, but many other websites have adopted this concept as well: 13 10 14 [[Image(datalist1.png)]] 11 12 13 The most commonly known example for this concept is certainly the facebook-timeline, but many other websites have adopted this concept as well.14 15 15 16 Currently, Sahana-Eden lacks a framework for these '''data lists''' - whereas there is a fairly complete framework for data tables. This !BluePrint is for a datatables-equivalent framework for data lists.