Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 456 Bytes

MultiStore class to manage state dependencies

This is my proof of concept class that can automatically recalc dependent attributes.

Roadmap

  • 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