github-copilot-resources / copilot-metrics-viewer

Tool to visualize the Copilot metrics provided via the Copilot Business Metrics API (current in public beta)
https://ashy-sky-02a7d0403.5.azurestaticapps.net/
MIT License
215 stars 99 forks source link

Update SeatsAnalysisViewer.vue to display all assigned seats instead of unused seats #38

Closed andrekolodochka closed 2 weeks ago

andrekolodochka commented 2 weeks ago

This pull request includes a modification to the src/components/SeatsAnalysisViewer.vue file. The change updates the header text and the data source for the data table displayed on the page. Specifically, the header text has been changed from "No Activity in last 7 days (Including Never used seats)" to "All assigned seats". Additionally, the data source for the data table has been updated from "unusedSeats" to "totalSeats". This suggests a shift in focus from displaying unused seats to displaying all assigned seats in the application.