mgarciaisaia / braille-facil

BrailleFacil - Braille a texto a prueba de personas
http://git.io/braille
GNU General Public License v3.0
3 stars 0 forks source link

Decouple cell's creation from DOM modifications #16

Open mgarciaisaia opened 11 years ago

mgarciaisaia commented 11 years ago

Creating a new BrailleCell shouldn't modify the DOM. We should decouple domain objects from the interface.

mgarciaisaia commented 11 years ago

It would be nice to create some kind of declarative API for binding UI components. There's a lot to think about, but something like adding behaviour to pre-existent components, so there can be multiple sets of conversions in a single page.

I'm not being as explanatory as I want.