From 08cd8c95f733b5fea9d75dd28244c69ca4ffcb41 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 16 Aug 2020 11:25:28 +0200 Subject: [PATCH] updated todo list --- TODO | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index 650b99cea..440d3a07a 100644 --- a/TODO +++ b/TODO @@ -9,15 +9,16 @@ * update documentation for meta, it contains less than half of the actual feature 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 * 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? \ No newline at end of file +* 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? \ No newline at end of file