Skip to content

Commit 7fceb4a

Browse files
authored
Merge pull request #59 from github-copilot-resources/feature/seat-analysis-update
Update seat analysis viewer to display "Assigned But Never Used" message
2 parents 6de1abe + bdc8c58 commit 7fceb4a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The language breakdown analysis tab also displays a table showing the Accepted P
7676
</p>
7777
1. **Total Assigned:** This metric represents the total number of Copilot seats assigned within current organization/enterprise.
7878

79-
2. **Assigned But Not Used (in the last 28 days):** This metric shows seats that were assigned but not used during the last 28 days within the current organization/enterprise. The assigned timestamp is also displayed in the chart.
79+
2. **Assigned But Never Used:** This metric shows seats that were assigned but never used within the current organization/enterprise. The assigned timestamp is also displayed in the chart.
8080

8181
3. **No Activity in the Last 7 days:** never used seats or seats used, but with no activity in the past 7 days.
8282

src/components/SeatsAnalysisViewer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<v-card-item class="d-flex justify-center align-center">
1818
<div class="tiles-text">
1919
<div class="text-overline mb-1" style="visibility: hidden;">filler</div>
20-
<div class="text-h6 mb-1">Assigned But Not Used</div>
20+
<div class="text-h6 mb-1">Assigned But Never Used</div>
2121
<div class="text-caption">
22-
No show seats in the past 28 days
22+
No show seats
2323
</div>
2424
<p class="text-h4">{{ NoshowSeats.length }}</p>
2525
</div>

0 commit comments

Comments
 (0)