-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Expose a true API to be used to control Freeder instance remotely ?
- What do you think about it ? Do we want it ?
- Using a true API could help refactor the code, and we should decide it right now, before implementing advanced features. We could build the template as a pure webapp, querying the API (à la Angular.JS) and avoid having PHP code doing some output, JS code doing some other output and so on.
In particular, this has to be discussed before implementing the solutions to issues #86, issues related to offline mode #66, to modal boxes #73, #36 and some other such as continuous loading (infinite scroll).
For instance, I particularly dislike the actual refresh page which is quite a hacky piece of sh*t for the output. Should be way better with a JS script doing an AJAX call and polling IMO.