You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: