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

Connect session history to real data. #78

Open
achneerov opened this issue Feb 26, 2024 · 2 comments
Open

Connect session history to real data. #78

achneerov opened this issue Feb 26, 2024 · 2 comments
Labels
enhancement New feature or request group 9 Statistics Tasks related to statistics service functions

Comments

@achneerov
Copy link
Collaborator

Feature Request:
We will now connect the graph to the real data. Previously our graph was working on synthetic data, however now we will connect it with the actual data stream. This involves analyzing how the data is stored and how to retrieve it, and what its format is.
Expected Outcome:
We expect our graph to dynamically change as different views are selected, but unlike before now it should change based on real data.
Alternative Solutions:
One alternative solution would be to not have it connect to any real data, but that would defeat the purpose of the feature so that idea was discarded.
Completeness Requirement:
This ticket is complete once our bar graph and dropdown successfully interface with real data, and change dynamically as different options in the dropdown are selected.

@achneerov achneerov added enhancement New feature or request Statistics Tasks related to statistics service functions group 9 labels Feb 26, 2024
@maelosloso
Copy link

Previously, the graphs were plotted using data generated by the random class/mock-up data. We have now implemented code that queries the database to plot the graph depending on which filter the user choses. It uses the tracks recorded, saved and displayed in the session history.
Screenshot 2024-04-08 at 10 49 51 AM
Screenshot 2024-04-08 at 10 55 35 AM
Screenshot 2024-04-08 at 10 50 02 AM
Screenshot 2024-04-08 at 10 51 06 AM
Screenshot 2024-04-08 at 10 51 17 AM

@Kiruasrat
Copy link

Main issue for ticket #78 was to retrieve the necessary repository to implement the real time data into our graph. Although the previous sprint was the same representation using synthetic data, the above screen shots represents a successful feature of the request for Completeness Requirement. This ticket is complete because our bar graph and dropdown successfully interface with real data and changes dynamically as different options in the drop down are selected such as the display of number of runs day/week/season.

Picard4 added a commit that referenced this issue Apr 28, 2024
Accepting main changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request group 9 Statistics Tasks related to statistics service functions
Projects
None yet
Development

No branches or pull requests

3 participants