Alex-Ikanow / aleph2_bucket_builder

A user interface providing the ability to build up complex JSON objects (such as Aleph2 buckets) with simple nested combinations of self-generating forms
0 stars 4 forks source link

Root object improvements #24

Closed Alex-Ikanow closed 8 years ago

Alex-Ikanow commented 8 years ago

This still isn't perfect but now the top level calls get passed (transformed_root, pure_root) and then recursive calls get (curr, transformed_root)

The rationale is that 99% of the time you want transformed_root, this way top level objects can mutate pure_root if absolutely necessary

Leave here to update the documentation....