1. What is your idea?
Add a "Clear all cubes" procedure action so that it could be launched programmatically.
2. What specific problem are you trying to find a solution to, or what new scenario would this idea respond to?
Since "once a member enters in an Entity, it stays in the Entity FOREVER", I'd like to build a procedure that could be run programmatically in order to make the Board DB lighter.
To do so, I'd like to:
1. export all cubes
2. clear all cubes
3. clear some entities
NOTE: It would be also a good idea (for me) to add a "Clear all entities" procedure action as well
4. launch entities loading procedures (so that I can reload only "fresh" members)
5. reload cubes
3. What workaround have you found and used so far (if any)?
At the moment I'm just clearing the cubes by clearing the entities, but I'd prefer to do it in a much more "elegant" way