From 62a9b43fe592270f0cbcdc272d8daed6a6121d3b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 5 Jan 2019 05:52:36 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/imagegrid/tags.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/imagegrid/tags.js b/ui (gen4)/imagegrid/tags.js index a36624f2..afaf2177 100755 --- a/ui (gen4)/imagegrid/tags.js +++ b/ui (gen4)/imagegrid/tags.js @@ -29,6 +29,9 @@ * * XXX Q: should we do .optimizeTags(tag) on .tag(tag)??? * ...this might lead to non-trivial behaviour... +* I think no, having "unpredictable" though consistent changes after +* a simple tag addition is not a good idea, though this still +* needs more thought... * XXX Q: should this serialize recursively down (i.e. serialize items)??? * ...it might be a good idea to decide on a serialization * protocol and use it throughout...