From PR #66 review (GLM 5.1, finding #14):
The three scenario HTML files (finance.html, security.html, hr.html)
duplicate the doc-viewer, totals bar, and agent-table boilerplate.
Options:
- Generate pages server-side with
html/template
- Extract shared components to a JS function that builds the DOM
- Use a single page with JS routing based on URL hash
Low priority — three files is manageable and each has scenario-specific
JS that would complicate a shared template.
From PR #66 review (GLM 5.1, finding #14):
The three scenario HTML files (finance.html, security.html, hr.html)
duplicate the doc-viewer, totals bar, and agent-table boilerplate.
Options:
html/templateLow priority — three files is manageable and each has scenario-specific
JS that would complicate a shared template.