untangled

NEW CHANNEL: #fulcro
isak 2016-12-19T00:22:31.000679Z

does untangled have a concept of "dirty" idents+attributes that have not yet been synced with the server?

ianchow 2016-12-19T02:52:26.000687Z

looks like there is no way to hook in transit read and write handlers for untangled-websocket. in untangled.client.core, new-untangled-client accepts params for :transit-handlers, but if you use websockets, this is overridden by untangled.websockets.networking's make-channel-client which does not accept them.

ianchow 2016-12-19T04:49:33.000692Z

i’ll try to patch this as an exercise since i’ve never contributed to oss before.

👍 4
mahinshaw 2016-12-19T16:36:24.000726Z

@ianchow Would love to have a patch for that. If nothing less, you could add an issue. I am happy to do that as well

tony.kay 2016-12-19T16:44:52.000727Z

@isak Nope, that is a higher-level concept that you must take control of. That said, the new untangled-components library has forms support (in development) that does have support for that

😀 1
tony.kay 2016-12-19T16:45:25.000728Z

@adambros is finishing that up, and it should be mostly usable already

tony.kay 2016-12-19T16:45:54.000729Z

the untangled-components library isn't really "released" yet. Very alpha. But, contributions welcome

tony.kay 2016-12-19T16:46:27.000730Z

we're trying to get untangled-stylekit out on a similar time frame so that reusable components can be styled nicely and consistently

tony.kay 2016-12-19T16:47:06.000731Z

the forms support now also includes nested forms with to-many and to-one entity relationship support

tony.kay 2016-12-19T16:47:21.000732Z

and a commit operation that computes a delta to send to the server

tony.kay 2016-12-19T16:47:49.000733Z

very exciting for RAD...and allllmoooost complete

tony.kay 2016-12-19T16:48:19.000734Z

next contribution we'd love to see/make: Datomic and SQL adapters that can take the delta and turn it into a transaction 🙂

isak 2016-12-19T16:53:04.000736Z

@tony.kay : very cool, I will check that out 🙂. I may be able to help with the SQL adapter, since I have done it already (though in F#, so not usable by anyone here)

tony.kay 2016-12-19T16:53:37.000737Z

sweet. we'll be doing the same, but internally first, and moving it to OSS once we have a good library story for it

👍 2