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

[OPIK-398] Project statistics - FE implementation #735

Merged
merged 2 commits into from
Nov 27, 2024

Conversation

andriidudar
Copy link
Contributor

Details

image
image

Issues

Resolves #

Testing

Documentation

@andriidudar andriidudar requested a review from a team as a code owner November 27, 2024 13:44
Copy link
Collaborator

@ferc ferc left a comment

Choose a reason for hiding this comment

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

Amazing work! it looks awesome and the code very clean as usual :)

};

const HeaderStatistic: React.FC<HeaderStatisticProps> = ({ statistic }) => {
const [value, setValue] = React.useState<string>("p50");
Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe we can create an enum for this p50 / p90 / p99 in the future and reuse it here and in the OPTIONS const above :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@ferc Good suggestion, we can improve it when we add a first column that will use this functionality duration

@ferc ferc merged commit d117259 into main Nov 27, 2024
1 check passed
@ferc ferc deleted the andriidudar/OPIK-398-project-statistic branch November 27, 2024 13:54
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.

3 participants