jaredwarren / GWA

Native web-based application framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GWA

Native web-based application framework

This framework is designed to make building native web-based applications fast, and easy.

Still a work in progress.

TODO: ☐ json to panel (use xtype) // big problem with functions ☐ make header 'docked' // I think this is done, but header template needs cleaned up ☐ fix things so they work in test // almost done ☐ make 'app' class that's full-screen, merge with native app ☐ figure a good way to load item from file // done? ☐ figure a way to re-attach to web service (keep running in backgorund (might have to be saparate app)) ☐ Figure a way to update single panel without page reload!!! ☐ figure way to make controller work -> pass ui to controller, ui.bind? ☐ store (get data from ui.bind->ui.eval? or ajax, something...) ☐ fix handler problem with type (might have to make all the same!), wonder if I can override json marshaller?, if not then what? ☐ create FORM and figure good way to submit to controller ☐ create multiple sessions/instances of app ☐ create multiple windows ☐ save app state, have to do manually ☐ Look for template e.g. panel.html ☐ ☐ ☐ Tree Handler needs to propogate to all leaf(or all?) nodes

About

Native web-based application framework

License:GNU General Public License v3.0


Languages

Language:Go 83.4%Language:CSS 8.5%Language:HTML 7.4%Language:JavaScript 0.7%