This repository is home to the Operations Engineering's tools and utilities for managing, monitoring, and optimising software development processes at the Ministry of Justice. • This repository is defined and managed in Terraform
User NeedAs a member of the operations engineering team
I want to have a dashboard that shows the usage of GitHub Actions minutes per workflow and repository
so that I can easily identify which workflows and repositories are consuming the majority of our allocated minutes and take necessary actions to manage the usage
Value
This dashboard will:
Provide transparency into GitHub Actions usage at a granular level (workflows and repositories), enabling better resource management
Allow for proactive identification of high-usage workflows and repositories, preventing unexpected exhaustion of allocated minutes
Facilitate conversations with repository owners to optimize their GitHub Actions usage, potentially saving costs
Functional Requirements:
The dashboard should display the GitHub Actions minutes used by each workflow and repository in a clear and easily understandable format
The dashboard should allow filtering and sorting of data based on various criteria (e.g., repository, workflow, time period)
The dashboard should be automatically updated with the latest usage data at a regular interval (e.g., daily)
The dashboard should provide a drill-down functionality to view usage details at the workflow level within each repository
Non-Functional Requirements:
The dashboard should be accessible only to authorised members of the operations engineering team
The dashboard should be performant, loading data quickly even with a large number of repositories and workflows
The dashboard should be user-friendly, with an intuitive interface that requires minimal training to use effectively
Acceptance Criteria:
Given a member of the operations engineering team when they access the dashboard, then they should see the GitHub Actions minutes used by each repository and workflow
Given a dashboard user, when they apply filters or sorting, then the displayed data should update accordingly
Given a new day, when the dashboard is accessed, then it should display the latest usage data as of the most recent update
Given a dashboard user, when they click on a repository, then they should be able to view the usage details of each workflow within that repository
User Need As a member of the operations engineering team I want to have a dashboard that shows the usage of GitHub Actions minutes per workflow and repository so that I can easily identify which workflows and repositories are consuming the majority of our allocated minutes and take necessary actions to manage the usage
Value This dashboard will:
Functional Requirements:
Non-Functional Requirements:
Acceptance Criteria: