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

[Stats Page] - Add Ability to Graph Time Series Data #3032

Open
Tracked by #2219
Peyton-McKee opened this issue Nov 21, 2024 · 0 comments
Open
Tracked by #2219

[Stats Page] - Add Ability to Graph Time Series Data #3032

Peyton-McKee opened this issue Nov 21, 2024 · 0 comments

Comments

@Peyton-McKee
Copy link
Contributor

Description

Currently the create graph endpoint only supports creating graphs that are numerical values grouped by some category. We need the ability to display changes of data over time, like number of workpackages made over a period of time.

Acceptance Criteria

Able to graph values over time.

Proposed Solution

See how the group by selection was made. I assume well need to limit this functionality to the COUNT measure for now, then query all the items that are searched for in the graphGen element, then filter them by the start and end date, and create a map for each day or time period and see when the date created values are made to group them into those days.

Mocks

epic #2219

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant