aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-11-05 23:45:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2020-11-05 23:45:33 +0100
commit3ce851f22bf5a13366e7496971602dff00ca0f01 (patch)
tree81c80e398bf1d683efb43445b01e39f30bf3dbfa
parentBound CATEGORIES input. (diff)
downloadcalp-3ce851f22bf5a13366e7496971602dff00ca0f01.tar.gz
calp-3ce851f22bf5a13366e7496971602dff00ca0f01.tar.xz
Add comment about freeform fields.
-rw-r--r--module/calp/html/vcomponent.scm5
1 files changed, 5 insertions, 0 deletions
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")