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

Generate Boxplots and Progress Charts from Estimation Process Data #431

Open
Dan1elBox opened this issue Oct 6, 2023 · 0 comments
Open
Labels
backend feature request frontend java Pull requests that update Java code javascript Pull requests that update Javascript code

Comments

@Dan1elBox
Copy link
Collaborator

Dan1elBox commented Oct 6, 2023

IMPORTANT NOTE: This issue/feature request has not yet received approval from the project owner and should not be worked on at this time!!!

Feature Request:
To enhance our Planning Poker app's analytical capabilities, I suggest implementing a visual feature to create Boxplots and Progress Charts using the collected Estimation Process Data from ( Logging Estimation Process Data for Boxplots and Progress Charts #430 ) at the conclusion of a story estimation session.

Feature Details:
Choose and Utilize a suitable library (e.g., XChart, JFreeChart, or ChartFx) to generate Boxplots based on:

  • Minimum
  • Lower Quartile (Q1)
  • Median
  • Upper Quartile (Q3)
  • Maximum

Create a Progress Chart using the same library to visualize the history of:

  • Average Estimated Values

When selecting the library, consider that the diagrams need to be converted to PDF.
It would probably be sufficient to offer the generated PDF at the end of an estimation session for download.

Graphical examples:
Boxplot StoryPoints
Progress2
Progress1

(Please note that these are just examples. If you find better charts to visualize the estimation data, feel free to use them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend feature request frontend java Pull requests that update Java code javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

1 participant