This is my proof of concept class that can automatically recalc dependent attributes.
- Write MultiStore class that maintain attribute dependencies
- Class methods should recalculate attributes with respect to their dependencies
- Custom logic and validators should be possible to add in any order
- Optimize loop search algorithm by rewrite get_recalc_order as generator function