From 999914633fa5788d6529be328f6cd8fdb61ba325 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 15 Jun 2013 20:08:23 +0400 Subject: [PATCH] updated todo and fixed default browser load path... Signed-off-by: Alex A. Naanou --- ui/TODO.otl | 12 ++++++++++++ ui/data.js | 2 +- ui/index.html | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ui/TODO.otl b/ui/TODO.otl index f2e58891..a3f3b008 100755 --- a/ui/TODO.otl +++ b/ui/TODO.otl @@ -93,6 +93,18 @@ Roadmap [_] 29% Gen 3 current todo [_] 58% High priority + % Priority tasks + full archive index + ribbon separation + | split ribbon into manageable chunks + | + | this can be done naturally by: + | - date + | - event + | - tag + index and group ALL files in an archive + import metadata + real GIDs [_] BUG: align problems are back... | default data set (browser/images.js) same images #4 (going | from right) & #5 (going from left) of 18 in the first ribbon diff --git a/ui/data.js b/ui/data.js index fc789988..b0744b93 100755 --- a/ui/data.js +++ b/ui/data.js @@ -674,7 +674,7 @@ function convertDataGen1(data, cmp){ } cmp = cmp == null ? function(a, b){ - return imageDateCmp(a, b, res.images) + return imageDateCmp(a, b, null, res.images) } : cmp var ribbons = res.data.ribbons diff --git a/ui/index.html b/ui/index.html index 1a472253..e633684d 100755 --- a/ui/index.html +++ b/ui/index.html @@ -237,8 +237,8 @@ $(function(){ // legacy default data... } else { DATA = convertDataGen1(image_list) - DATA = DATA.data IMAGES = DATA.images + DATA = DATA.data reloadViewer() } var loading = $.Deferred().resolve()