Skip to content

CONV-170: Add status badge column#170

Merged
menvil merged 1 commit into
developfrom
feature/CONV-170-add-status-badge-column
Jun 2, 2026
Merged

CONV-170: Add status badge column#170
menvil merged 1 commit into
developfrom
feature/CONV-170-add-status-badge-column

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds Status column with color-coded badges (green=completed, yellow=processing, red=failed, indigo=queued, gray=cancelled/expired)
  • statusBadgeClasses maps ConversionStatus enum to Tailwind classes
  • Status label uses ucfirst($status->value) derived from enum

Test plan

  • renders conversion status badge
  • renders correct badge for each status (data provider: 6 statuses)
  • composer test passes (305 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Adds a Status column with color-coded badges to the Recent Conversions table so users can see job state at a glance. Implements Linear CONV-170.

  • New Features
    • Maps ConversionStatus to Tailwind classes via statusBadgeClasses (queued, processing, completed, failed, cancelled/expired/draft).
    • Renders the badge and label in the Blade table.
    • Tests cover rendering and all status variants.

Written for commit 1c0a1c9. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 8d0d900 into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-170-add-status-badge-column branch June 2, 2026 07:36
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 3cf6cd40-dd38-4e73-b5de-fcd255028fea

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-170-add-status-badge-column

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant