Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace WEBUI. #112

Open
jamesbennet opened this issue Feb 4, 2013 · 1 comment
Open

Replace WEBUI. #112

jamesbennet opened this issue Feb 4, 2013 · 1 comment

Comments

@jamesbennet
Copy link
Contributor

Right now the WebUI does not actually call any code directly, it makes AJAX requests of the HTTP API.

We should replace this existing static HTML/Javascript WEB UI with one written in python that uses db.py.

While we would still use JS for forms, buttons etc... the actual rendering of tables of data may be much easier if done on the server side.

Note that this does not mean we will remove or deprecate the HTTP API. That will still exist, and someone (who is better at JavaScript than me) is welcome to write a WEB UI , mobile app or whatever. that uses this API.

@ghost ghost assigned jamesbennet Feb 4, 2013
@jamesbennet
Copy link
Contributor Author

This is related to Issue #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant