it's not live yet, cause while I'd love to fix the drone-side interface right now it's almost 6 am
I may have overcomplicated things a bit? I defined
type TreeForDB = {parent: Node, getChildren: (parentId) => TreeForDB[]} and another tree type to store the IDs the database returned (since I needed them)the first part is unnecessary for sure, but I think I can replace the whole thing with some mutable approach
14 Going Offline