Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

API connection and Redux

uqgie requested to merge feat_api_#38 into develop

What we have done

We implemented apiSlice and client.js. Additionally we linked the PlotTypeSelector and the redux store i.e. the api is queried at the webapp start, the data is put in the store and the PlotTypeSelector is updated after the data is received.

Tests

We wrote and updated tests for App, LandingPage, Sidebar, PlotTypeSelector, apiSlice, client

Edited by uctwi

Merge request reports