feat: Integrate interactive stage checklists into Jira-style preview - #49
Open
GhanshyamBhava wants to merge 4 commits into
Open
feat: Integrate interactive stage checklists into Jira-style preview#49GhanshyamBhava wants to merge 4 commits into
GhanshyamBhava wants to merge 4 commits into
Conversation
- CKEditor @user/@group mentions with email notifications - Jira-style preview layout with watchers and description - Default RTE preset; group suggest and HTML comment display Resolve: T3C-32
Satisfy php-cs-fixer arrow spacing and clear PHPStan type errors in mention/notification code so PR checks can proceed. T3C-32 Co-authored-by: Cursor <cursoragent@cursor.com>
composer.json requires typo3/cms-rte-ckeditor; core 14 package resolution fails functional boot unless the extension is loaded. T3C-32 Co-authored-by: Cursor <cursoragent@cursor.com>
Stage checklist items were display-only. Editors can now check them optionally during Send to Stage and later in the card preview, with per-card state that persists across re-entry. - Persist checked state per card × stage × item - Support templates on default stages via workspace IRRE fields - Write Activity (ACTION_STAGECHANGE) entries for checks/unchecks - Keep stage transitions unblocked (checking stays optional) - Add AJAX endpoints, Lit UI, docs, and functional tests Resolves #38 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Integrates interactive, auditable stage checklists (
#38) into the Jira-style preview and mention workflow (#32), with Comment/Activity classification and UI polish so checklist behaviour stays intact under the new visual shell.Checked:/Unchecked:) appear in Activity, not CommentMerge after #48 to streamline UIUX for checklist feature