joshsoftware / joshsoftware/peerly
Create a container for API integration for recognition listing
- Dominant language
- Go
- Stars
- 10
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.