-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or requestreact-frontendFor PRs of peerly react appFor PRs of peerly react app
Description
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestreact-frontendFor PRs of peerly react appFor PRs of peerly react app