You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, leaf node objects are being passed around as a list of dictionaries, but there seems to be a very clear outline in code for what a schema would look like for a LeafNode class.
The text was updated successfully, but these errors were encountered:
An excellent candidate to live on this new leaf node class is code like leaf_node_path = leaf_node[0]["taxonomy_path"].replace("->", "_") - we have more than one place that needs this path, and this would be great as a method on the leaf node instance objects.
Currently, leaf node objects are being passed around as a list of dictionaries, but there seems to be a very clear outline in code for what a schema would look like for a LeafNode class.
The text was updated successfully, but these errors were encountered: