mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
update readme (last section on to do/discussions)
This commit is contained in:
@@ -159,16 +159,22 @@ We have 3 main folders and 3 main files:
|
|||||||
|
|
||||||
## Random Notes
|
## Random Notes
|
||||||
|
|
||||||
Before even thinking about using this in a real scenario:
|
- Change of behaviour: The compilation of a template should have a unique root
|
||||||
|
node (but sub templates can have multiple roots)
|
||||||
|
|
||||||
- check qweb tests and see if it is reasonable (escaping? safety/security?)
|
## TO THINK ABOUT/TO DO
|
||||||
- Note: the compilation of a template should have a unique node (but sub templates
|
|
||||||
can have multiple roots)
|
- **Qweb**
|
||||||
- remove the "if (${exprID} || ${exprID} === 0) {"
|
|
||||||
- style is props? difference between props and attrs
|
- check qweb tests and see if it is reasonable (escaping? safety/security?)
|
||||||
- text node
|
- remove the "if (${exprID} || ${exprID} === 0) {"
|
||||||
- t-extend???
|
- need to implement t-extend (?)
|
||||||
- improve qweb generated code: do not assign object/array if no props/attrs/children
|
- improve qweb generated code: do not assign object/array if no props/attrs/children
|
||||||
- improve qweb gen code: when building a vnode, propagate a structure with
|
- improve qweb gen code: when building a vnode, propagate a structure with
|
||||||
children/attrs/hooks, fill it properly by each directive, then and only
|
children/attrs/hooks, fill it properly by each directive, then and only
|
||||||
then create node with minimal code
|
then create node with minimal code
|
||||||
|
|
||||||
|
- **Widget**
|
||||||
|
|
||||||
|
- check if it is possible to remove parent reference in widget
|
||||||
|
- default implementation of propsUpdated?
|
||||||
|
|||||||
Reference in New Issue
Block a user