Skip to content

CONV-178: Implement star conversion action#178

Merged
menvil merged 1 commit into
developfrom
feature/CONV-178-implement-star-conversion-action
Jun 2, 2026
Merged

CONV-178: Implement star conversion action#178
menvil merged 1 commit into
developfrom
feature/CONV-178-implement-star-conversion-action

Conversation

@menvil

@menvil menvil commented Jun 2, 2026

Copy link
Copy Markdown
Owner

Summary

  • Migration adds is_starred boolean default false to conversion_jobs
  • ConversionJob model gains is_starred in fillable and boolean cast
  • toggleStar(int $id) in RecentConversionsTable flips flag scoped to auth user
  • Star/Starred button rendered in Actions column for all rows

Test plan

  • CONV-177 tests now pass (own toggle works, other user's cannot be changed)
  • composer test passes (322 tests)
  • composer lint passes

🤖 Generated with Claude Code


Summary by cubic

Implements a per-user Star toggle for conversion jobs (CONV-178) so users can mark important runs. Adds is_starred on conversion_jobs, a scoped toggleStar action in RecentConversionsTable (owner-only), and a Star/Starred button in the table.

  • Migration
    • Run php artisan migrate.

Written for commit 07d0851. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@menvil menvil merged commit ce3055a into develop Jun 2, 2026
@menvil menvil deleted the feature/CONV-178-implement-star-conversion-action branch June 2, 2026 07:45
@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: dff778fa-fcd4-4e32-a127-f8514086649d

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-178-implement-star-conversion-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