Remove graphParse. The work functionality in graphParse is already implemented with json-ld framing, but the person functionality should also be implemented with json-ld framing before removing graphParse. Removing graphParse will ensure that ld-graph can be removed from the front-end code.
Find a better way to collapse the filters when going from desktop to mobile. Currently an action is triggered when the width of the window changes, which creates unnecessary noise in the actions log.
Refactor all components to pure functional components where applicable.
Implement server side rendering. react-responsive may cause problems, so it has to be handled or alternative CSS solutions must be found.