Found while writing web section-builder tests for #99: buildHTMLView has sections for columns, indexes, constraints, engine, settings — but nothing renders TableSpec.Projections (added in #113). A projected table browses with its projections invisible.
Fix direction: a projections section (name + canonical query, like the MV query rendering) on the table page; the test fixture in cmd/hclexp/web_sections_test.go already carries a projection, so the new section only needs assertions added there.
Found while writing web section-builder tests for #99:
buildHTMLViewhas sections for columns, indexes, constraints, engine, settings — but nothing rendersTableSpec.Projections(added in #113). A projected table browses with its projections invisible.Fix direction: a projections section (name + canonical query, like the MV query rendering) on the table page; the test fixture in
cmd/hclexp/web_sections_test.goalready carries a projection, so the new section only needs assertions added there.