This commit is contained in:
2020-01-09 20:42:26 +00:00
parent cf02677283
commit 77b6ccea14

View File

@@ -147,7 +147,9 @@ TODO: MAIN GRID LIST ANALYSIS, DESIGN AND COMPLETION KEEPING IN MIND TTM
- Client receives two field list back (id and display field), displays the single field
- in large mode
- the client sends no viewport= parameter as it's optional and understood to be full size
- the list comes back as an object with not only the actual columns but also a separate property listing the set of columns in order to be displayed (maybe even their data type)
- the list comes back as an object with not only the actual columns but also a separate property listing the set of columns in order to be displayed
- also data type for display purposes
- Also each column may be openable with a hyperlink so in addition to datatype needs to know what object type to open
- Client expects an arbitrary set of columns in an arbitrary order defined by server so doesn't have a pre-ordained set of things.
- HMMM... Maybe I only need a single list object that adapts to the data being sent back