From af839977bafc0ff4ccff07e49f1bc466830872b1 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 17 May 2013 23:18:55 +0400 Subject: [PATCH] minor edits... Signed-off-by: Alex A. Naanou --- ui/Gen3-TODO.otl | 24 +++++++++++------------- ui/data.js | 5 +++++ 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/ui/Gen3-TODO.otl b/ui/Gen3-TODO.otl index f4f93866..583be178 100755 --- a/ui/Gen3-TODO.otl +++ b/ui/Gen3-TODO.otl @@ -1,11 +1,10 @@ -[_] 17% Gen 3 current todo - [_] 34% High priority - [_] 50% Undo/Redo - [X] basic one step - [_] push/pop state stack - [_] 20% mark-based operations - [X] crop (view only marked) - | used to further edit marked images... +[_] 16% Gen 3 current todo + [_] 33% High priority + [_] 6% mark-based operations + [_] 33% cropping selection + [X] marked + [_] by tag/collection + [_] by group [_] shift up/down [_] tag [_] group @@ -22,11 +21,10 @@ | a list or a member image (primary). [_] collection | make or add to existing collection - [_] 33% cropping selection - [X] marked - [_] by tag/collection - [_] by group - [_] 0% grouping + [_] 50% Undo/Redo + [X] basic one step + [_] push/pop state stack + [_] 0% grouping / meta-image [_] versions w. label image | a set of images that is represented by one of the group [_] collection diff --git a/ui/data.js b/ui/data.js index eb4dad4c..99cf5860 100755 --- a/ui/data.js +++ b/ui/data.js @@ -12,8 +12,13 @@ var LOAD_THRESHOLD = 1 var DEFAULT_SCREEN_IMAGES = 5 var MAX_SCREEN_IMAGES = 12 +// A stub image, also here for documentation... var STUB_IMAGE_DATA = { id: 'SIZE', + // entity type, can be 'image', 'group' + type: 'image', + // entity state, can be 'single', 'grouped', 'hidden', ... + state: 'single', ctime: 0, path: './images/sizes/900px/SIZE.jpg', preview: {