[17:48]<jkridner|work> thanks, midnightmonster for the parent dependencies fix. I understand (most of) it now and it is quite useful. [17:49]<jkridner|work> I'm still looking at ways to make it independent of defining the child type, but I believe it is very easy to just put new "children" in collections and to use the creation URL to set the type. [17:50]<jkridner|work> I still have to deal with the function to fetch the children so that it knows to go to a collection, but I believe I can define that in the object instances rather than globally. [19:18]<midnightmonster> jkridner, it would be easy to make /parent/new_TypeA and /parent/new_TypeB etc. work. The only issues are where you want them to be stored when they're saved and making sure users can only create the types you want (whitelisting). Since either would likely involved some kind of look-up list/table/function, you can solve them at the same time.