From 26e350aaeb049dfd4b540d2b659c09f9c392e316 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Jul 2019 18:37:13 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index fe4bf793..62714557 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -86,9 +86,6 @@ DONE: WIDGET Customize menu item - this takes user to customize form where they can customize the widget form, set custom fields, maybe what shows or not etc - this is to customize the form but it should contain a link to the locale text editor in case that's what they actually intend to customize -TODO: Form customize UI - - Where you create custom fields and edit - - If a user changes a field data type there needs to be a big warning before accepting it. TODO: Custom fields - Needs to cache the customization data of the form and concurrency token used to fetch it and then it checks the concurrency token periodically @@ -104,6 +101,10 @@ TODO: Custom fields - It would be nice though to just insert a slot and let a component handle it rather than buncvh of code on every form... - It's kind of like one control that is bound to the JSON custom fields-field and it would update it as edited and required so I guess this is how to think about it and implement it, as a control +TODO: Form customize UI + - Where you create custom fields and edit + - If a user changes a field data type there needs to be a big warning before accepting it. + TODO: Support form customization beyond Custom: - hide fields not used - force user to enter a value in a field optionally that isn't already required