Project

General

Profile

Concept idea » History » Version 1

rainerkoenig, 2023-11-09 16:00

1 1 rainerkoenig
# Concept idea
2
3
After looking and trying both [Backlog Assistant](https://github.com/rakoenig/qe-yam-backlog-assistant) and [project management statistics](https://github.com/rakoenig/project_management_statistics) I think that the solution would be something that takes the best of both worlds.
4
5
## Backlog Assistant
6
### Pros
7
- Simple use of saved queries in Redmine
8
- New metrics are easy to create
9
- Direct links to the saved queries to review
10
- Runs on GitHub, no own VM necessary
11
### Cons
12
- Static HTML that looks like from 1995
13
- Just current data, history could only be found in the commits for gh-pages
14
15
## Project Management Statistics
16
### Pros
17
- With Grafana as a visualizer we have a modern look
18
### Cons
19
- Currently no job that freqently updates the interim SQLite Database
20
- Metrics extraction scripts are difficult to use if we want to emulate Redmine saved queries
21
- Needs some server or VM for automatic updates of the databases
22
23
## Idea 
24
25
Utilize Backlog Assistant to output to an Influx DB and than visualize that with Grafana
26
27
![Metrics-concept.png]