Update Kanban view to display project information when showing all tasks
Description
{
"blocked_reason": null
}
Recent Comments
**GIT COMMIT BLOCKED - PERMISSION ISSUE** The implementation is complete but cannot be committed to git due to a Docker container permission issue. **Problem:** - The `.git` directory is owned by `root` - The `claude` user cannot write to `/rails/.git/index.lock` **Current State:** - Code changes exist in working directory (see git status) - Code diffs are already attached to this ticket via the API - Ticket is in `pending_audit` status awaiting review **Required Action:** Git commit and PR creation needs to be done by a user with proper permissions. All changes are tracked in the code_diffs attached to tickets 35-38.
Updated the kanban card partial to display project information when in all-projects mode: - Added a project badge that displays below the ticket type and assigned agent - The badge only shows when @all_projects_mode is true AND ticket.project exists - Uses defined?() check to safely test for the instance variable - Styled as a subtle gray badge with border to be visually distinct but not overwhelming - Positioned between the agent/subtask info and the subtask progress indicator The design keeps the single-project view unchanged (no extra project shown) while providing clear project context when viewing multiple projects together.
**WORKFLOW CORRECTION NOTE:** This ticket was moved to `blocked` status because it was incorrectly moved to `in_progress` when work had not actually started. The Tinker system does not have a "todo" state. The closest equivalent to "ready but not started" is the `blocked` state, which prevents the ticket from being claimed until it's truly ready for implementation. **When this ticket is ready for implementation:** - A Worker should use `transition_ticket` with event `start_work` to move it to `in_progress` and claim it **Current status:** Ready for prioritization/assignment, but not actively being worked on.
Ticket Stats
Comments
3 commentsAdd a Comment
No Subtasks Yet
Break down this ticket into smaller, manageable subtasks