You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-6Lines changed: 33 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,52 @@
4
4
5
5
## Charts and Data Visualizations
6
6
7
-
This includes a set of charts that visualize various metrics related to GitHub Copilot. These visualizations are designed to provide clear representations of the data, making it easy to understand and analyze the impact and usage of GitHub Copilot. Here are the key metrics visualized in these charts:
7
+
This includes a set of charts that visualize various metrics related to GitHub Copilot for your organization. These visualizations are designed to provide clear representations of the data, making it easy to understand and analyze the impact and usage of GitHub Copilot. Here are the key metrics visualized in these charts:
8
8
9
9
### Key Metrics
10
10
11
11
1.**Total Suggestions:** This chart illustrates the total number of code suggestions made by GitHub Copilot. It offers a view of the tool's activity and its engagement with users over time.
12
12
13
13
2.**Total Acceptances:** This visualization focuses on the total number of suggestions accepted by users. This metric is crucial to understand the effectiveness and accuracy of GitHub Copilot's suggestions.
14
14
15
-
3.**Total Lines Suggested:** A detailed chart showcasing the total number of lines of code suggested by GitHub Copilot. This gives an idea of the volume of code generation and assistance provided.
4.**Total Lines Suggested:** A detailed chart showcasing the total number of lines of code suggested by GitHub Copilot. This gives an idea of the volume of code generation and assistance provided.
20
+
21
+
5.**Total Lines Accepted:** This chart compares the total lines of code accepted by users, offering insights into how much of the suggested code is actually being utilized in real-world applications.
6.**Total Active Users:** An interactive graph representing the number of active users engaging with GitHub Copilot. This helps in understanding the tool's popularity and user base growth.
4.**Total Lines Accepted:** This chart compares the total lines of code accepted by users, offering insights into how much of the suggested code is actually being utilized in real-world applications.
18
32
19
-
5.**Total Active Users:** An interactive graph representing the number of active users engaging with GitHub Copilot. This helps in understanding the tool's popularity and user base growth.
20
33
21
34
### Breakdown Analysis
22
35
23
36
_Coming soon_
24
37
38
+
## Requirements
39
+
40
+
Your organization must be enrolled in the [GitHub Copilot API private alpha]([url](https://docs.github.com/en/early-access/copilot/copilot-usage-api)).
41
+
25
42
## Project setup
43
+
44
+
Edit the .env file in the root directory of the project and add the following variables:
45
+
46
+
```
47
+
VUE_APP_GITHUB_ORG=
48
+
VUE_APP_GITHUB_TOKEN=
49
+
```
50
+
51
+
52
+
## Running
26
53
```
27
54
npm install
28
55
```
@@ -42,5 +69,5 @@ npm run build
42
69
npm run lint
43
70
```
44
71
45
-
### Customize configuration
46
-
See [Configuration Reference](https://cli.vuejs.org/config/).
0 commit comments