*: updated TODO

This commit is contained in:
skypjack
2023-07-20 10:51:56 +02:00
committed by Michele Caini
parent 2ae3e52f76
commit c5d94545b5

1
TODO
View File

@@ -16,7 +16,6 @@ TODO (high prio):
* deprecate/drop snapshot orphans function, make it a general purpose one
* view with entity storage: begin/end should return filtered iterators
* update view doc: single vs multi type views are no longer a thing actually
* meta container: merge operations in a single enum, they're already pretty much identical
* meta container: make basic traits publicly available to users
* meta container: add value type to resize
* ===> TEST: review view tests after the last changes