maned / goblin

A Content Management System Built in Pure Javascript
http://goblin.jit.su/
19 stars 13 forks source link

Take the DOM out of it! #52

Closed PunkChameleon closed 10 years ago

PunkChameleon commented 10 years ago

As of now, the DOM is not fully abstracted in the admin.

Specific areas to target:

Both of these reach into the dom for values, when they should really be grabbing them from the model itself, which should be set in the views/layouts (PageLayout.js and ConfigLayout.js, respectively).

Anyone want to tackle this?