From 339fcd250e3f2aee6a5a2702010b5f26c570798a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Jan 2016 01:55:19 +0300 Subject: [PATCH] some notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/exif.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ui (gen4)/features/exif.js b/ui (gen4)/features/exif.js index cd8cdacc..faa10c9d 100755 --- a/ui (gen4)/features/exif.js +++ b/ui (gen4)/features/exif.js @@ -95,6 +95,21 @@ module.EXIF = core.ImageGridFeatures.Feature({ //--------------------------------------------------------------------- // Exif editor/viewer... +// +// XXX first instinct is to use browse with editable fields as it will +// give us: +// - searchability +// - navigation +// - ... +// missing functionality: +// - editor/form on open event +// - inline (preferred) +// - modal-form +// - table-like layout +// - template??? +// - script layout tweaking (post-update) +// +// ...need to think about this... // XXX