org.views.information_architecture

Functions

view_information_architecture(...)

Shows the topic hierarchy of the site as an interactive chart.

view_information_architecture_json(...)

Returns the topic hierarchy as a flat list of nodes, ready to be

Module Contents

org.views.information_architecture.view_information_architecture(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest, layout: onegov.org.layout.DefaultLayout | None = None) onegov.core.types.RenderData[source]

Shows the topic hierarchy of the site as an interactive chart.

org.views.information_architecture.view_information_architecture_json(self: onegov.org.models.Organisation, request: onegov.org.request.OrgRequest) onegov.core.types.JSON_ro[source]

Returns the topic hierarchy as a flat list of nodes, ready to be consumed by d3-org-chart.