Leverage CakePHP for web UI
Posted: Sun Jan 12, 2020 2:43 pm
Currently the web UI is driven by a custom PHP "framework" and shares functionality wise probably quite a bit with the API.
I'd suggest to merge/rewrite the UI by leveraging the already existing API project.
Couple of thoughts:
* less maintenance burden since lots of things (routing, ORM, ...) are implemented by CakePHP
* views can use the template engine
* skins can be implemented using CakePHP themes
Any thoughts from the maintainers if this is something that can be explored?
I'd suggest to merge/rewrite the UI by leveraging the already existing API project.
Couple of thoughts:
* less maintenance burden since lots of things (routing, ORM, ...) are implemented by CakePHP
* views can use the template engine
* skins can be implemented using CakePHP themes
Any thoughts from the maintainers if this is something that can be explored?