Skip to content

feat(auth): pre-select first three suggested contributors on onboarding - #351

Merged
trtajim merged 1 commit into
mainfrom
feature/onboarding-preselect-first-three-contributors
Sep 21, 2026
Merged

trtajim merged 1 commit into
mainfrom
feature/onboarding-preselect-first-three-contributors

Conversation

@trtajim

@trtajim trtajim commented Sep 21, 2026

Copy link
Copy Markdown
Member

Summary

  • Updated the default pre-selected contributors in Onboarding.vue from the 1st and 3rd contributors (indices 0 and 2) to the first 3 contributors (.slice(0, 3)).
  • Ran formatting, linting, and test suites.

Summary by CodeRabbit

  • Bug Fixes
    • Onboarding now pre-selects up to three suggested contributors for appreciation, instead of selecting only two.

@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Understand this PR’s impact

Explore downstream dependencies and potential security impact with Blast Radius.

View blast radius →

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: hscstack/platform/.coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: 541e7836-fac0-455e-83a1-6f190295fe27

📥 Commits

Reviewing files that changed from the base of the PR and between 4cf1ca5 and 5c3d9c8.

📒 Files selected for processing (1)
  • resources/js/pages/auth/Onboarding.vue

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The onboarding form now pre-selects the first three suggested contributors instead of contributors at indexes 0 and 2.

Changes

Onboarding appreciation selection

Layer / File(s) Summary
Update appreciation defaults
resources/js/pages/auth/Onboarding.vue
form.appreciations now uses .slice(0, 3) to select up to three suggested contributors.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Feature

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: onboarding now pre-selects the first three suggested contributors.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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.

@trtajim
trtajim merged commit 44a8857 into main Sep 21, 2026
1 check passed
@trtajim
trtajim deleted the feature/onboarding-preselect-first-three-contributors branch September 21, 2026 05:19
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