ministryofjustice / operations-engineering

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
https://user-guide.operations-engineering.service.justice.gov.uk/
MIT License
12 stars 5 forks source link

Enhance Support Stats reporting - add new reporting information #4358

Open andyrogers1973 opened 5 months ago

andyrogers1973 commented 5 months ago

Replaces https://github.com/ministryofjustice/operations-engineering/issues/4209 which has been broken down into smaller tickets.

Currently the Support Requests data sheet has functionality to report weekly/monthly/yearly data. This ticket looks to add the same functionality to the report that is sent to the Slack channel. It will also look at the ability to provide this data as a usable report (i.e in a word document).

Ticket https://github.com/ministryofjustice/operations-engineering/issues/4209 changes the format the data is recorded in to make it easier for data analysis tools to work with, which needs to be completed before this ticket can be started.

To achieve this:

Considered done when:

andyrogers1973 commented 1 month ago

Have been testing reporting the required data via KPI dashboard.

Current status:

andyrogers1973 commented 1 month ago

2 reports are ready to add to the KPI dashboard:

Have removed the 'weekly' stats report as this data can be seen in the monthly report

andyrogers1973 commented 1 month ago

Last update will be to remove the existing stub data and code that was setup during a Firebreak sprint to demonstrate reporting of support request data.

andyrogers1973 commented 1 month ago

Add fix for an errant character Add fix for an incorrectly named graph - changed it to more clearly reflect what it shows, did not update it in app.py

andyrogers1973 commented 4 weeks ago

Reports are now displaying on the KPI dashboard, closing as considered done