-
Notifications
You must be signed in to change notification settings - Fork 2
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
Integrate data from SimaPro into the graphs #82
Comments
@SaiVarunVaranasi @ScoutAtlas and @Waldleufer tried to make that work, but the data we get and the data we want to display seems incompatible. Crosspost from Slack: |
We currently get a lot of data:And the problem we are having is:By using the function to get the data (https://amosproject8.slack.com/archives/C020MFC5AU8/p1623138797001700) we get a lot of data (60.000 lines of data Computation takes about 10s on the SimaPro Server) and still the data that is required to fill the tables, that we should use is missing.
|
Distribution of last Sprints changes Co-authored-by: Julian Oelhaf <julian.oelhaf@posteo.de> Co-authored-by: Sai Varun Varanasi <varun.sai.varanasi@fau.de>
Distribution of new features Co-authored-by: Sai Varun Varanasi <varun.sai.varanasi@fau.de> Co-authored-by: Julian Oelhaf <julian.oelhaf@posteo.de>
Updating dev-#82 with the current state
Regarding task #82 Co-authored-by: Sai Varun Varanasi <varun.sai.varanasi@fau.de>
Regarding #82 Created new file to only do the "calculations", rather it extracts the data from the huge arrays we are recieving. Thus removed all the calculations from the BackendConnect. ! Implemented callback funtion, which calls the setState in the DetailsComponent. With that we can display the LoadingComponent, while waiting for the backend data. Once the postCalculationRequest is finished, we call the callback funtion defined in DetailsComponent, which sets the stillLoading variable to false. React components automatically retrigger the render function if the state is changed. Removed all the stillLoading stuff in the charts and tables.
Regarding #82 Fixed the table and chart components Fixed the getter Methods
#82 the details page displays data from API...
distributing code from branch Dev #82
Implementation of #82 - Integrate Data into Graphs Co-authored-by: Julian Oelhaf <julian.oelhaf@posteo.de>
User story
Acceptance criteria
Definition of done
The text was updated successfully, but these errors were encountered: