Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Patron Client todo

Petter Goksøyr Åsen edited this page Oct 20, 2017 · 2 revisions
  1. 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.
  2. 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.
  3. Refactor all components to pure functional components where applicable.
  4. Implement server side rendering. react-responsive may cause problems, so it has to be handled or alternative CSS solutions must be found.
Clone this wiki locally