Fork me on GitHub
#untangled
<
2017-02-13
>
tony.kay16:02:16

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.kay16:02:36

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

tony.kay17:02:13

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 🙂

baris20:02:34

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

tony.kay20:02:15

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

baris20:02:17

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

tony.kay20:02:26

cool, thanks!

baris20:02:29

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

tony.kay20:02:58

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

tony.kay20:02:24

If this were an app, I might consider it.

tony.kay20:02:29

but as a lib, nah

baris20:02:38

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

baris20:02:48

Ok gotcha

baris20:02:02

It's reasonable for a library

tony.kay20:02:06

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.kay22:02:04

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