You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
Petter Goksøyr Åsen edited this page Oct 20, 2017
·
2 revisions
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.