Skip to content

Display usage monthly throughput graphs for usage screen when data is available#3030

Merged
PhilBastian merged 5 commits into
masterfrom
throughput_graphs
Jun 15, 2026
Merged

Display usage monthly throughput graphs for usage screen when data is available#3030
PhilBastian merged 5 commits into
masterfrom
throughput_graphs

Conversation

@PhilBastian

@PhilBastian PhilBastian commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Adds a graph to each detected queue on the usage page to show throughput information over the past year. This is designed to assist with classifying the endpoint type by providing usage context

image

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

@PhilBastian PhilBastian self-assigned this Jun 12, 2026
Comment thread src/Frontend/src/views/throughputreport/endpoints/ThroughputGraph.vue Outdated
@PhilBastian PhilBastian added this to the 2.8.0 milestone Jun 15, 2026
@PhilBastian PhilBastian merged commit cc7175c into master Jun 15, 2026
5 checks passed
@PhilBastian PhilBastian deleted the throughput_graphs branch June 15, 2026 08:06
@PhilBastian PhilBastian added the Type: Feature Type: Feature label Jun 19, 2026
@mikeminutillo mikeminutillo changed the title display usage monthly throughput graphs for usage screen when data is available Display usage monthly throughput graphs for usage screen when data is available Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Feature Type: Feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants