quality-time
quality-time copied to clipboard
Software quality monitoring for teams and projects
When enabling trend view with multiple dates, the dashboard cards should also display multiple charts, showing the summary for that card on each date.
For example, all report, subject, metric and notifications endpoints should return 404 when the provided uuid doesn't exist. Currently this would result in a 500 server crash.
Remove the dict as a baseclass from all models. Instead, the list of attributes of each model class should be defined in the class itself, making it impossible to dump...
This is a known issue from LastPass. This also happens to other application. This morning, a colleague of mine had the same problem. It happens when a user opens the...
Replacing Bottle with [FastAPI](https://github.com/tiangolo/fastapi) might be an interesting tech improvement, because it will allow us to lift the features of python 3.6+ (e.g. asyncio) and it's type declaration support. Blocked...
add the feature to touch a point on the graph with the mouse pointer that will show a popup with the following information: - Measurement value and unit - Measurement...
Add pan and zoom using the built-in features of Victory Chart. See https://formidable.com/open-source/victory/guides/zoom-on-large-datasets
add a legend that describes all the coloured areas, like the grey area https://user-images.githubusercontent.com/95095453/150750796-214d10f1-a643-42db-8b31-02cf9d6ce23a.png
problem: QT can measure the velocity of a team from the last X sprints but there is no direct cause and effect relation to velocity and quality. suggestion: in addition...
When resizing to a narrow window the tiles of the tags overlap and when resizing even more narrow the metric rows break. This could be solved by improving the responsive...