From 11490cc3587c0a054f0da54b6d4d4a39bee69766 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 11 Dec 2018 01:12:15 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index 7d001065..82e29334 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -433,6 +433,17 @@ var TagsPrototype = { get length(){ return this.values().length }, + // XXX one way to play with this is to add a special tag to set/path + // to make it persistent... + // Example: + // .tag('abc', ...) -> 'abc' is a normal tag... + // + // .tag('persistent:abc', ...) -> 'abc' is persistent... + // .tag('persistent/abc', ...) -> 'abc' is persistent... + // + // We would need "virtual" tags for this, i.e. tags that are + // not actually added to the index but are used for system + // stuff... // XXX need a way to add/remove these... persistent: function(){ // XXX