| 1 | = !BluePrint: Data List = |
| 2 | [[TOC]] |
| 3 | |
| 4 | == Introduction == |
| 5 | |
| 6 | In many cases, the representation of data in a table visually dissolves the structure of the information, and is therefore much more difficult to consume for user. |
| 7 | |
| 8 | 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). |
| 9 | |
| 10 | The most commonly known example for this concept is certainly the facebook-timeline, but many other websites have adopted this concept as well. |
| 11 | |
| 12 | Currently, Sahana-Eden lacks a framework for these '''data lists''' - whilst there is a fairly complete framework for data tables. This !BluePrint is for a datatables-equivalent framework for data lists. |
| 13 | |
| 14 | == Description == |
| 15 | |
| 16 | - ''tbw'' |
| 17 | |
| 18 | == Use-Cases == |
| 19 | |
| 20 | - active tasks for a project (or a user) |
| 21 | - timeline of incident reports |
| 22 | - CAP alerts |
| 23 | - list of requests |
| 24 | - list of projects |
| 25 | |
| 26 | == Requirements == |
| 27 | |
| 28 | - ''tbw'' |
| 29 | |
| 30 | == Design == |
| 31 | |
| 32 | - ''tbw'' |
| 33 | |
| 34 | == Implementation == |
| 35 | |
| 36 | - Renderer: S3DataList in s3data.py |
| 37 | - CRUD integration: currently as /list_div method |
| 38 | |
| 39 | == References == |
| 40 | |
| 41 | - ... |
| 42 | |
| 43 | ---- |
| 44 | BluePrint |