wcmc-its/ReCiter-Publication-Manager

Store results of Identity query in Redux store

paulalbert1 opened this issue · 1 comments

On login, user is directed to http://[domain]/search

This queries the Identity API as it should.

The system should (but does not) store the data in the Redux store, which is stored in the browser.

Changing this avoids the need for running the slow and expensive query each time we return to the list of individuals, search for individuals, or need any metadata about individuals.

The Redux store should be persistent across tabs and windows.

Fixed