gazette.views.principal ======================= .. py:module:: gazette.views.principal Functions --------- .. autoapisummary:: gazette.views.principal.view_principal gazette.views.principal.view_archive gazette.views.principal.view_dashboard Module Contents --------------- .. py:function:: view_principal(self: onegov.gazette.models.Principal, request: onegov.gazette.request.GazetteRequest) -> webob.Response The homepage. Redirects to the default management views according to the logged in role. Shows the weekly PDFs if not logged-in. .. py:function:: view_archive(self: onegov.gazette.models.Principal, request: onegov.gazette.request.GazetteRequest) -> onegov.core.types.RenderData The archive. Shows all the weekly PDFs by year. .. py:function:: view_dashboard(self: onegov.gazette.models.Principal, request: onegov.gazette.request.GazetteRequest) -> onegov.core.types.RenderData The dashboard view (for editors). Shows the drafted, submitted and rejected notices, shows warnings and allows to create a new notice.