Fork me on GitHub
#untangled
<
2016-07-25
>
gardnervickers13:07:40

Hey folks! Quick question if anyone is around. I have a list of things, where the ID is in a dropdown. I have it structured Root->Dropdown->Dropdown-item. Now I have a table to show more info on a specific item that’s structured Root->Table. Is the proper way to do this having 2 query endpoints on the server, one for :dropdown and one for :table?

tony.kay15:07:46

It's really up to you. The app client database has to be structured for the UI queries, but using load-data you can query however you like, and then use a post-mutation to re-form the views of the queried data for the UI.

gardnervickers15:07:50

Awesome, that's what I was hoping. Thanks for your work!

jasonjckn18:07:39

@tony.kay: yes automated-tests pass

jasonjckn18:07:50

@tony.kay: did you guys release it yet? i saw it's merged

jasonjckn18:07:39

Anthony left a good comment though that there's another similar line of code that seems to have the same bug I fixed,

jasonjckn18:07:49

so I only fixed the case that was affecting me

tony.kay19:07:38

@jasonjckn: it is in the SNAPSHOT version...I believe I pushed that. Not a formal release yet

tony.kay19:07:27

I just re-pushed 0.3.9-SNAPSHOT to clojars just in case

tony.kay19:07:49

thanks for the patch

jasonjckn19:07:55

thanks for merging