Skip to content
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

Merged
merged 31 commits into from
Jun 12, 2024

Conversation

gurusainath
Copy link
Collaborator

No description provided.

gurusainath and others added 23 commits June 10, 2024 17:11
…ne/plane into estimate-module-cycle-analytics
…e/plane into estimate-module-cycle-analytics
…ne/plane into estimate-module-cycle-analytics
…ne/plane into estimate-module-cycle-analytics
…e/plane into estimate-module-cycle-analytics
runInAction(() => {
set(this.moduleMap, [moduleId], response);
});
return response;
Copy link
Contributor

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
Copy link
Contributor

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"
Copy link
Contributor

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.

@SatishGandham SatishGandham marked this pull request as ready for review June 12, 2024 13:24
@SatishGandham SatishGandham merged commit 61d8586 into develop Jun 12, 2024
20 of 22 checks passed
@SatishGandham SatishGandham deleted the estimate-module-cycle-analytics branch June 12, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants