Skip to content

Conversation

@areibman
Copy link
Owner

@areibman areibman commented Oct 10, 2025

Introduce a 'High Scores' tab to provide engineering managers with valuable insights into human and AI contributor performance, including detailed agent PR statistics.


Open in Cursor Open in Web

Fixes #170

Co-authored-by: meta.alex.r <meta.alex.r@gmail.com>
@cursor
Copy link

cursor bot commented Oct 10, 2025

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

"": {
"name": "bottleneck",
"version": "0.1.14",
"version": "0.1.10",
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New version!

@areibman areibman marked this pull request as ready for review October 17, 2025 22:28
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +206 to +214
const StatCard = ({
title,
icon: Icon,
children,
}: {
title: string;
icon: any;
children: React.ReactNode;
}) => (

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Import React types for StatCard children

The StatCard helper uses children: React.ReactNode but the file only imports useMemo from react. With isolatedModules enabled, referencing the React namespace without an import causes the renderer build to fail (Cannot find name 'React'). Import ReactNode (e.g. import type { ReactNode } from 'react') or avoid the namespace before merging.

Useful? React with 👍 / 👎.

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.

Create a high scores agent tab

3 participants