Skip to content

Conversation

martedesco
Copy link
Collaborator

This pull request includes changes to the src/assets/copilot_metrics_response_sample.json and src/components/LanguagesBreakdown.vue files. The changes in the copilot_metrics_response_sample.json file add new metrics related to chat interactions, while the changes in the LanguagesBreakdown.vue file modify the way language data is presented and sorted.

Changes to src/assets/copilot_metrics_response_sample.json:

  • Added chat metrics, including total_chat_acceptances, total_chat_turns, and total_active_chat_users, to multiple sections of the JSON data structure. This will provide more detailed metrics about chat usage.
    Changes to src/components/LanguagesBreakdown.vue:

  • Added a new pie chart to display the top 5 languages by acceptance rate. [1] [2] [3]

  • Renamed languagesChartDataTop5 to languagesChartDataTop5AcceptedPrompts and adjusted the data it holds to reflect the name change. [1] [2]

  • Removed the .tile CSS class.

  • Updated the return statement to include languagesChartDataTop5AcceptanceRate.

@martedesco martedesco merged commit 01b5199 into main Apr 17, 2024
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