Fork me on GitHub
#untangled
<
2017-03-19
>
fz01:03:04

Hey @wildermuthn this discussion between urbank and Tony sounds similar: https://clojurians.slack.com/archives/C0PULSD25/p1489162516671169

fz01:03:26

Question: Is a union query/component the right abstraction for a master-and-detail UI, where the details pane shows additional information about the selected item in the master list?

wildermuthn01:03:08

"You can also replace the networking in client, talk to whatever you want, and restructure it to cljs data structures on the client side” — sounds like what I’m looking at. The BE is managed by another team entirely, and isn’t going to be modified for the FE. Whether Untangled is used rather than plain Om.Next, there needs to be a middleman for us of some sort. Up until now we’ve used DataScript.

lucasbradstreet02:03:09

I'm seeing data-fetch/load trash ui keys after the data is merged. Any tips for where to look for the cause?

w1ng15:03:16

is there any reason why load-data-action doesnt accept :post-mutation-params? As a workaround i call mark-ready directly

adambrosio03:03:00

can’t see a good reason for that, it could be it was written before post-mutation-params were it should be easy enough to add it, or just pass-through all the params here: https://github.com/untangled-web/untangled-client/blob/develop/src/untangled/client/data_fetch.cljc#L234