some notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-01-09 01:55:19 +03:00
parent c719e1abb0
commit 339fcd250e

View File

@ -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