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
?
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.
@gardnervickers: ^^^
Awesome, that's what I was hoping. Thanks for your work!
@tony.kay: yes automated-tests pass
@tony.kay: did you guys release it yet? i saw it's merged
Anthony left a good comment though that there's another similar line of code that seems to have the same bug I fixed,
so I only fixed the case that was affecting me
@jasonjckn: it is in the SNAPSHOT version...I believe I pushed that. Not a formal release yet
k
that works
I just re-pushed 0.3.9-SNAPSHOT to clojars just in case
thanks for the patch
thanks for merging