Skip to content

CONV-166: Add file name column#166

Merged
menvil merged 1 commit into
developfrom
feature/CONV-166-add-file-name-column
Jun 2, 2026
Merged

CONV-166: Add file name column#166
menvil merged 1 commit into
developfrom
feature/CONV-166-add-file-name-column

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds table structure with File Name column showing sourceFile.original_name
  • Falls back to when source file is missing
  • Query uses eager loading (with(['sourceFile', 'resultFile']))

Test plan

  • renders source file name in recent conversions table
  • composer test passes (294 tests)
  • composer lint passes
  • npm run build passes

🤖 Generated with Claude Code


Summary by cubic

Implements CONV-166 by adding a File Name column to the Recent Conversions table showing sourceFile.original_name. Falls back to '—' when the source file is missing and eagerly loads sourceFile/resultFile to avoid N+1 queries.

Written for commit 70f86ec. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit 486fb83 into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-166-add-file-name-column branch June 2, 2026 07:33
@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: 09beb6cb-a586-4b40-999b-5d4353d8ab2e

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-166-add-file-name-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