Skip to content

CONV-171: Add download row action#171

Merged
menvil merged 1 commit into
developfrom
feature/CONV-171-add-download-row-action
Jun 2, 2026
Merged

CONV-171: Add download row action#171
menvil merged 1 commit into
developfrom
feature/CONV-171-add-download-row-action

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds Actions column with Download link for completed conversions that have a result file
  • Adds isCompleted() helper to ConversionJob model
  • Download links to existing conversions.download route (Phase 11)
  • Failed/processing/queued jobs show no download action

Test plan

  • shows download action for completed conversion with result file
  • does not show download action for failed conversion
  • does not show download action for processing conversion
  • composer test passes (308 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Adds a Download action to the Recent Conversions table so users can fetch completed outputs directly. The action only shows for completed jobs with a result file (CONV-171).

  • New Features
    • Added Actions column with a Download link in the recent conversions table.
    • Added isCompleted() helper on ConversionJob for status checks.
    • Download links to existing conversions.download route.

Written for commit e8acbc7. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 512625b into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-171-add-download-row-action branch June 2, 2026 07:37
@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: 8253366e-b52a-425e-a01c-0a17a0bf3b08

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-171-add-download-row-action

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