This commit is contained in:
2020-01-20 20:59:35 +00:00
parent aeee5a92b1
commit c98e7c387c
2 changed files with 5 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ Proposed system is a hybrid grid system that has two modes to take into account
- In this mode only one column shows and it's formatted according to the Display Format Template
- DisplayFormatTemplate is specd in the core-display-format-template-system.txt doc
- So the user chooses which columns to show in a small factor themselves, default is name only or equivalent
- As the client already does all the presentation and locale formatting it will also handle mini column concatenation
- The server's responsibility for mini is to use the mini format template which may well have different columns defined than the full
- Return the data just the same as for the wide template but it's very likely different data
CASES
@@ -16,7 +19,7 @@ None that are intrinsically grid related really, just 3 or so regarding specfic
REQUIREMENTS
Client
- Client needs to tell the server which form of list is required, i.e. it's client window size when fetching a list
- Client needs to tell the server which list template is required, i.e. it's client window size when fetching a list
- HYBRID BIMODAL: MINI or default which is large (for now but consider maybe a medium down the road in planning)
- in MINI mode
- the client sends "mini=true" to the client with the grid data request