harakeke-2019 / EDAMAME

EDAMAME: Enspiral Dev Academy Management of Assessment Modules Emily
1 stars 3 forks source link

101 registation redux #121

Closed benlittlenz closed 5 years ago

benlittlenz commented 5 years ago

closes #101 Added Redux to project and also made action and reducer functions to handle the registration. Also added an API call to retrieve data from backend and added tokens to work on local storage to deal with one level of indirection for authentication.

ari-t commented 5 years ago

This should use api #96 rather than having the api call in the action.

benlittlenz commented 5 years ago

Please pull from dev now to make sure you don't have any conflicts. Can't tell if it works without it. Please test that your actions and reducer behaves appropriately in redux dev tools.

Fixed conflics between dev branch and this one