nicholasdavidson / pybit

Python Build Integration Toolkit - a distributed cross platform AMQP based build system
17 stars 5 forks source link

Replace WEBUI. #112

Open jamesbennet opened 11 years ago

jamesbennet commented 11 years ago

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.

jamesbennet commented 11 years ago

This is related to Issue #99