untangled

NEW CHANNEL: #fulcro
tony.kay 2017-02-13T16:07:16.003177Z

I've created issues in untangled-ui for the top-10 things (issues 9 through 13) to build (hopefully this week). The project is in good enough shape for others to help, and I'm available to answer questions. Thanks in advance to anyone in the community that wants to work on these. https://github.com/untangled-web/untangled-ui/issues I'm hoping to polish up the forms support this week, so anyone wanting to work on validation and form field rendering would be welcome help for that as well (issue #1).

tony.kay 2017-02-13T16:07:36.003179Z

Of course, you're welcome to start working on adding whatever you're pet favorite is as well

tony.kay 2017-02-13T17:15:13.003180Z

I'm about to put together a group here at work to start building the simplest of these, so please speak up before doing work 🙂

2017-02-13T20:06:34.003185Z

@tony.kay I can implement some of the low hanging fruits, like badge/labels in the next days.

tony.kay 2017-02-13T20:07:15.003186Z

ok. I just cleaned up some naming. I'll push. Then in an hour me and a number of devs are getting together

2017-02-13T20:08:17.003187Z

All good, I'll start this tomorrow, (time zones)

tony.kay 2017-02-13T20:08:26.003188Z

cool, thanks!

2017-02-13T20:10:29.003189Z

Is there any reason not to use a library such sablono? https://github.com/r0man/sablono

tony.kay 2017-02-13T20:10:58.003191Z

I don't want to infect ppls projects with more dependencies

tony.kay 2017-02-13T20:11:24.003192Z

If this were an app, I might consider it.

tony.kay 2017-02-13T20:11:29.003193Z

but as a lib, nah

2017-02-13T20:11:38.003194Z

I prefer the sablono syntax over the om/dom...less verbose and easier to read

2017-02-13T20:11:48.003195Z

Ok gotcha

2017-02-13T20:12:02.003196Z

It's reasonable for a library

tony.kay 2017-02-13T20:56:06.003197Z

Yeah. I'll give you an update on naming later after we meet. I think things that have no state like badge/label should all go in one namespace. I'm leaning towards elements if anyone wants to give input

tony.kay 2017-02-13T22:09:04.003198Z

@baris Just FYI there is a mostly (possibly completely) implemented button in exploration cards.