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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:
Currently there are logs generated by the framework and the builtin-controls. These logs help to describe what is happening during processing and also include text-format tree-diagram of controls and a brief summary of their state. While useful, we can perhaps offer more by generating HTML documents with stylesheets to control presentation, similar to test-output and profiler reports.
Likely mechanism
add a new instrumentation module that allows framework and controls to add typed content that is associated to modules.
the instrumentation module collates the information then formats it as structured data. CSS stylesheets or similar provide presentation and affordances such as collapsible sections.
Likely content
Start of turn tree diagram with props & state information available for viewing. (likely only the props that are simple types)
Tree diagram describing what happened during canHandle. Which controls return canHandle=true, what decision was made by containers (and why).
Information from the handling control about it processing and the acts generated
Post handling tree diagram with all state information available for viewing.
Tree diagram describing what happened during canTakeInitiative.
Information from the initiative control about its processing and the acts generated
Information about the rendering phases. Which render functions ran, how was the output pieced together.
End of turn tree diagram with all state information available for viewing.
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Currently there are logs generated by the framework and the builtin-controls. These logs help to describe what is happening during processing and also include text-format tree-diagram of controls and a brief summary of their state. While useful, we can perhaps offer more by generating HTML documents with stylesheets to control presentation, similar to test-output and profiler reports.
Likely mechanism
Likely content
The text was updated successfully, but these errors were encountered: