You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Quality-time user I want to see when the collector is measuring which metric so I know Quality-time is operating correctly.
Acceptance criteria
While the collector is working on a metric this is visible in the frontend.
The icon is not exported to the PDF.
Tasks
Components
Frontend
Parse the SSE messages for the metrics being measured.
Add an icon with explanatory popup to the metric that the collector is working on.
Database
Add a MetricsBeingMeasured Collection
Collector
The collector adds the metrics it is working on to the MetricsBeingMeasured collection as soon as it starts measuring. When the collector has finished collecting its data it removes the metric from the MetricsBeingMeasured collection.
In the SSE endpoint, add a list of metric (uuid)s being measured to each message.
Documentation
Update changelog
The text was updated successfully, but these errors were encountered:
When #3134 is implemented, Quality-time will show for edited metrics that they are not up-to-date (and by implication, that they are being measured). This makes this story largely obsolete.
User story
As a Quality-time user I want to see when the collector is measuring which metric so I know Quality-time is operating correctly.
Acceptance criteria
Tasks
Components
Frontend
Database
Collector
Documentation
The text was updated successfully, but these errors were encountered: