After a successful login, the user should see the recognition listing page - [x] create a container component in integration with the saga to make GET API call to get recognitions - [x] based on the response set recognition list to the redux store - [x] display recognitions using presentational component - [x] if user token has expired as per the response from API error redirect the user to session timeout component - [x] if API gives the forbidden error that is unauthorized user redirect to unauthorized error component - [x] add reducer test cases - [x] use action generator to get possible action type and use reducer , saga and test files
After a successful login, the user should see the recognition listing page
create a container component in integration with the saga to make GET API call to get recognitions
based on the response set recognition list to the redux store
display recognitions using presentational component
if user token has expired as per the response from API error redirect the user to session timeout component
if API gives the forbidden error that is unauthorized user redirect to unauthorized error component
add reducer test cases
use action generator to get possible action type and use reducer , saga and test files