We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
jitendrasbunde
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: