From 7e8daf9c878c8fce9df62782852296ef484b53d3 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 13 Jul 2023 16:15:42 +0200 Subject: [PATCH] *: updated TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index b52e100d54..47fcfc50a6 100644 --- a/TODO +++ b/TODO @@ -14,6 +14,9 @@ TODO (high prio): * further optimize exclusion lists in multi type views (no existence check) * doc: bump entities * deprecate/drop snapshot orphans function, make it a general purpose one +* view with entity storage: begin/end should return filtered iterators maybe? +* update view doc: single vs multi type views are no longer a thing actually +* ===> TEST: review view tests after the last changes WIP: * get rid of observers, storage based views made them pointless - document alternatives