GO Live checklist
Simple backend checklist module to track go-live readiness and page status.
Simple backend checklist module to track go-live readiness and page status.
The GO Live checklist extension provides a backend module to track release readiness per site. It lets editors run checklist sessions, review items, and mark pages as pass or fail. Page tree labels show status at a glance when an active session is set.
composer require hyperdigital/hd-golive The extension adds tables:
Checklist items are stored as records in tx_.
Checklist items are resolved by PID:
If both exist, items are combined. Items with the same key are overridden by the later entry (site-specific wins).
Pages shown in the checklist are controlled by the extension setting
includeDoktypes (comma-separated). When empty, all doktypes are included.
When set, only those doktypes are included unless overridden per page.
Two page properties are available on default-language pages:
The include flag wins over exclude. If neither is set, the doktype setting applies.
Tip
Set includeDoktypes to -1 to exclude all doktypes by default, then
manually include specific pages.
Create records in the backend list module:
Shared sessions are visible to all users with access to the module. Use the "Share session" button in the module header to toggle sharing.
Use the export button to download the checklist as PDF.
There are two ways to allow checklist visibility:
web_hdgolive ).If either is granted, the checklist items and page tree labels are visible. If neither is granted, the module shows an info message and the page tree labels are hidden.
After changing group permissions, users must log out and log in again.