Browse Source

*: updated TODO

Michele Caini 2 years ago
parent
commit
d255ecf0f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      TODO

+ 3 - 0
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