Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the Acceptance Rate (by count) and Acceptance Rate (by lines) #116

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DevOps-zhuang
Copy link
Contributor

@DevOps-zhuang DevOps-zhuang commented Nov 20, 2024

Related to #113


For more details, open the Copilot Workspace session.

@DevOps-zhuang
Copy link
Contributor Author

This pull request includes several changes to enhance the BreakdownComponent and MetricsViewer components by adding new metrics and updating existing ones. The most important changes include adding suggested prompts and lines of code, as well as calculating and displaying acceptance rates by count.

Enhancements to BreakdownComponent:

  • Added suggestedPrompts and suggestedLinesOfCode to the table and updated the component to handle these new properties. [1] [2] [3]
  • Introduced acceptanceRateByCount to calculate and display acceptance rates based on the count of prompts. [1] [2] [3]

Enhancements to MetricsViewer:

  • Added a new chart for acceptanceRateByCount to visualize acceptance rates based on the count of prompts. [1] [2] [3] [4]

Updates to the Breakdown model:

  • Updated the Breakdown class to include suggestedPrompts and acceptanceRateByCount properties.

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.

2 participants