From 3ce851f22bf5a13366e7496971602dff00ca0f01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 5 Nov 2020 23:45:33 +0100 Subject: Add comment about freeform fields. --- module/calp/html/vcomponent.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/calp/html/vcomponent.scm b/module/calp/html/vcomponent.scm index a32899b1..fbf344b0 100644 --- a/module/calp/html/vcomponent.scm +++ b/module/calp/html/vcomponent.scm @@ -231,6 +231,11 @@ (hr) ;; For custom user fields + ;; TODO these are currently not bound to anything, so entering data + ;; here does nothing. Bigest hurdle to overcome is supporting arbitrary + ;; fields which will come and go in the JavaScript. + ;; TODO also, all (most? maybe not LAST-MODIFIED) remaining properties + ;; should be exposed here. (div (@ (class "input-list")) (div (@ (class "unit final newfield")) (input (@ (type "text") -- cgit v1.2.3