rkohser / gustaf

http://rkohser.github.io/gustaf
MIT License
0 stars 0 forks source link

Architecture rework : get rid of templates -> full HTML/javascript #28

Closed rkohser closed 8 years ago

rkohser commented 8 years ago

Get rid of jinja generated pages and build a HTML5/javascript only application :

-> More separated design -> Easier to maintain -> less dependant on the backend (easy switch to Node or whatever) -> Use of JQuery Datatables instead of hand-generated tables

rkohser commented 8 years ago

http://tornadokevinlee.readthedocs.org/en/latest/web.html?highlight=staticfilehandler#tornado.web.StaticFileHandler StaticFileHandler to serve index.html

rkohser commented 8 years ago

http://docs.peewee-orm.com/en/latest/peewee/playhouse.html#model_to_dict and dict_to_model to serialize model instances

rkohser commented 8 years ago

Done in notemplate branch