From 9117a152a670932e69fae58dff33f9634106a5af Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 Jan 2020 16:46:05 +0000 Subject: [PATCH] --- devdocs/specs/core-display-format-template-system.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/devdocs/specs/core-display-format-template-system.txt b/devdocs/specs/core-display-format-template-system.txt index 8a5a3165..5686ed81 100644 --- a/devdocs/specs/core-display-format-template-system.txt +++ b/devdocs/specs/core-display-format-template-system.txt @@ -20,10 +20,12 @@ Server - List of templates with their column selections - For client editor - For server to process what the query and send for lists + - List of fields available for templates for client and server validation etc + - Caching likely useful as server will need to deal with templates constantly as users fetch almost any list or combo box source etc + - Has to be very peformant as it will be doing this a lot - - List of fields available for templates - - - +Back AND front end + - Need to handle changes in fields gracefully i.e. a new field added in an update, a field removed in an update cleans out the template when detected etc TO BE DETERMINED - How will it actually work @@ -33,4 +35,3 @@ TO BE DETERMINED - Server latency considerations - Client power churning through a big list considerations - DB objects and server objects and routes - \ No newline at end of file