Skip to content

Commit

Permalink
Merge pull request #59 from github-copilot-resources/feature/seat-ana…
Browse files Browse the repository at this point in the history
…lysis-update

Update seat analysis viewer to display "Assigned But Never Used" message
  • Loading branch information
martedesco authored Jul 2, 2024
2 parents 6de1abe + bdc8c58 commit 7fceb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The language breakdown analysis tab also displays a table showing the Accepted P
</p>
1. **Total Assigned:** This metric represents the total number of Copilot seats assigned within current organization/enterprise.

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.
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.

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

Expand Down
4 changes: 2 additions & 2 deletions src/components/SeatsAnalysisViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<v-card-item class="d-flex justify-center align-center">
<div class="tiles-text">
<div class="text-overline mb-1" style="visibility: hidden;">filler</div>
<div class="text-h6 mb-1">Assigned But Not Used</div>
<div class="text-h6 mb-1">Assigned But Never Used</div>
<div class="text-caption">
No show seats in the past 28 days
No show seats
</div>
<p class="text-h4">{{ NoshowSeats.length }}</p>
</div>
Expand Down

0 comments on commit 7fceb4a

Please sign in to comment.