API connection and Redux
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