This is a big chunk of discovery work to figure out what libraries, etc we're going to use in building the frontend.
A few questions / items to address:
- How do we handle localization?
- Templating
- JS driven frontend UI
- Should we use a framework?
- Do we need
- View models
- Model binding
- JS coding standard
- Closure compiling everything
- Beginnings of JS/PHP SDK ?
- How to handle users w/o JS? or on slow connections?
- Do we deliver a basic UI through just PHP/HTML/CSS ?
- Do we just insist on JS?
- Themes - how do these hook in?
- Plugins
- how can these add/modify the UI?
- what do we need them to be able to do?
This is a big chunk of discovery work to figure out what libraries, etc we're going to use in building the frontend.
A few questions / items to address: