*: updated TODO

This commit is contained in:
Michele Caini
2023-05-18 14:06:34 +02:00
parent de303c9990
commit e0d27f9bf8

2
TODO
View File

@@ -17,6 +17,8 @@ TODO (high prio):
* further optimize exclusion lists in multi type views (no existence check)
* further improve the snapshot stuff, ie component functions
* do not include entity storage in the storage list (37f396bfe385d78b3ff67605e261ec20f16acb76)
* use fixture for storage tests to reduce loc number and duplication as much as possible
* basic_view<...>::reach(...)
WIP:
* get rid of observers, storage based views made them pointless - document alternatives