Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

fix(remaining-effort): extract fresh info for tooltip #812

Merged

Conversation

derrabauke
Copy link
Contributor

Description

The tooltip information was stale when task related remaining effort got updated after initial loading of the task/report page.

Implementation detail

I preferred to expand the metadata-fetcher-service for fetching fresh information on the project/task status instead of adding another request for updating the model in store. The meta-data request has to be made anyways and updating the model in question would only double up the request count. Feedback welcome!

@derrabauke derrabauke added the bug label Feb 15, 2023
@derrabauke derrabauke self-assigned this Feb 15, 2023
@derrabauke derrabauke force-pushed the fix-task-remaining-effort-refresh branch from 4aac1e4 to afde2be Compare February 15, 2023 10:56
@derrabauke derrabauke marked this pull request as ready for review February 15, 2023 11:06
Copy link
Member

@Yelinz Yelinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be the only place where the method is called 👍

@derrabauke derrabauke merged commit fb1444d into adfinis:master Feb 15, 2023
@derrabauke derrabauke deleted the fix-task-remaining-effort-refresh branch February 15, 2023 12:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants