Conversation
…nts (#218) * feat(teams): add POC changed activity type and update related components * fix(team-utils): update title for POC changed activity to improve clarity
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
| Category | Issue | Status |
|---|---|---|
| Unclear Abbreviation in UI Text ▹ view | ||
| Missing POC change details in activity type ▹ view |
Files scanned
| File Path | Reviewed |
|---|---|
| src/lib/team-utils.ts | ✅ |
| src/api/teams/teams.type.ts | ✅ |
| src/components/teams/team-members.tsx | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
Date: 21 Oct 2025
Developer Name: @AnujChhikara
Issue Resolved
PRs going in Sync
Description
Documentation Updated?
Under Feature Flag
Database Changes
Breaking Changes
Development Tested?
Screenshots
Staging Proof
Screen.Recording.2025-10-21.at.9.54.14.PM.mov
Description by Korbit AI
What change is being made?
Add support for Point of Contact (POC) change activity across the codebase: extend activity types, UI rendering, and cache invalidation.
Why are these changes being made?
To surface POC changes in the team activity timeline and ensure the UI stays up-to-date after a POC update. This introduces a new activity type, corresponding UI data, and cache invalidation for the team activities feed.