Skip to content

API connection and Redux

Marcus Hardt 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 Marcus Hardt

Merge request reports

Loading