-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- each index handler type (scrollbased, timestampbased, allEntitiesBased) is automatically added to the designated index handler collection
Context:
As you can see here each index handler is added to either the scrollbased handlers, timestampBasedIndexHandlers or the allEntitiesBasedIndexHandlers. Right now this is done manually, but this can be automated since every indexhandler extends already a class where you can infer this information from.
This is the controller panel for Smart Panels app
Automatically add index handler to designated lists
-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- each index handler type (scrollbased, timestampbased, allEntitiesBased) is automatically added to the designated index handler collection
Context:
As you can see here each index handler is added to either the scrollbased handlers, timestampBasedIndexHandlers or the allEntitiesBasedIndexHandlers. Right now this is done manually, but this can be automated since every indexhandler extends already a class where you can infer this information from.