Browse Source

updated todo list

Michele Caini 5 years ago
parent
commit
08cd8c95f7
1 changed files with 11 additions and 10 deletions
  1. 11 10
      TODO

+ 11 - 10
TODO

@@ -9,15 +9,16 @@
 * update documentation for meta, it contains less than half of the actual feature
 * update documentation for meta, it contains less than half of the actual feature
 
 
 WIP:
 WIP:
+* pagination doesn't work nicely across boundaries probably, give it a look. RO operations are fine, adding components maybe not.
 * make it easier to hook into the type system and describe how to do that to eg auto-generate meta types on first use
 * make it easier to hook into the type system and describe how to do that to eg auto-generate meta types on first use
 * add observer functions aside observer class
 * add observer functions aside observer class
- - introduce the component iterators for non-contiguous collections of entities (multi component views, observers, user defined collections)
- - snapshot: support for range-based archives
- - update snapshot documentation to describe alternatives
- - custom pools.
- - the Perfect Model.
- - page size 0 -> page less mode
- - add ::reach and rev iterators to proxy objects for faster and unsafe iterations
- - add example: 64 bit ids with 32 bits reserved for users' purposes
- - composable views and "faster views", deprecate non-owning groups
- - offset instead of pages in the sparse set? top level mask for sparse sets?
+* introduce the component iterators for non-contiguous collections of entities (multi component views, observers, user defined collections)
+* snapshot: support for range-based archives
+* update snapshot documentation to describe alternatives
+* custom pools.
+* the Perfect Model.
+* page size 0 -> page less mode
+* add ::reach and rev iterators to proxy objects for faster and unsafe iterations
+* add example: 64 bit ids with 32 bits reserved for users' purposes
+* composable views and "faster views", deprecate non-owning groups
+* offset instead of pages in the sparse set? top level mask for sparse sets?