-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WEB-522] chore: enabled estimate point analytics for module and cycle #4763
Conversation
…ne/plane into estimate-module-cycle-analytics
…dule-cycle-analytics
…e/plane into estimate-module-cycle-analytics
…odule-cycle-analytics
…ne/plane into estimate-module-cycle-analytics
…ne/plane into estimate-module-cycle-analytics
…odule-cycle-analytics
…e/plane into estimate-module-cycle-analytics
web/core/store/module.store.ts
Outdated
runInAction(() => { | ||
set(this.moduleMap, [moduleId], response); | ||
}); | ||
return response; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we using this returned value anywhere?
moduleDetails.distribution?.completion_chart && ( | ||
<Fragment> | ||
{plotType === "points" && totalEstimatePoints ? ( | ||
<ProgressChart |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be better if we change the last two props conditionally?
distribution={moduleDetails.distribution} | ||
groupedIssues={{ | ||
backlog: | ||
plotType === "points" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you extract this into a function.
…ne/plane into estimate-module-cycle-analytics
No description provided.