content: React-first positioning + clinical-abstention-bench project#37
Conversation
Remove Angular from highlighted skills, chips, hero, about, and contact copy (React is the primary frontend now); retitle the TourPlanner card; add the clinical-abstention-bench evaluation project to projects and profile. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting Summary by CodeRabbit
WalkthroughAngular references are replaced with React across contact-card, hero, and about-page component templates, portfolio-data.ts, profile.ts, and the corresponding spec test. A new "abstention-bench" project entry is added, the tourplanner project description is reworded, and skills/stack chips lists are adjusted. ChangesPortfolio content rebranding from Angular to React
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Poem A rabbit hopped through lines of code, Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates portfolio/profile content to position React as the primary highlighted frontend framework and adds a new showcased project (“clinical-abstention-bench”), while keeping the site’s Angular implementation details where factually appropriate (e.g., footer).
Changes:
- Removes “Angular” from prominent portfolio positioning copy (hero/about/contact) and from highlighted lists (skills/stack chips), emphasizing React.
- Adds a new project entry for
clinical-abstention-benchand references it in the profile context. - Retitles the TourPlanner project card to avoid leading with “Angular”, and updates the content spec test accordingly.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/app/profile.ts | Updates profile context text to emphasize React and adds clinical-abstention-bench references. |
| src/app/portfolio-data.ts | Adds clinical-abstention-bench project data; updates TourPlanner card text; updates skills and stack chips to remove Angular and highlight React. |
| src/app/portfolio-data.spec.ts | Updates the content spec assertion to require React in skills. |
| src/app/pages/about-page.component.ts | Updates about-page copy to remove Angular and emphasize React. |
| src/app/components/hero/hero.component.ts | Updates hero tagline copy to remove Angular. |
| src/app/components/contact/contact-card.component.ts | Updates contact card copy to remove Angular from roles line (while retaining the factual footer). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Complete-and-verified
skills contains React)Evidence:
ng test9/9 green,ng build+ prerender green locally (private repo, no hosted CI by design).🤖 Generated with Claude Code