user-story
user-story copied to clipboard
POST stories. GET features.
More info here: https://userstory.eosdesignsystem.com/story/60e318ea62aa440015a8baff
**Issue Number** fixes #59 **Describe the changes you've made** I have added a timeout tracker which periodically checks if the session has expired or not. The session limit is set...
Signed-off-by: Hrishikesh Agarwal **Issue Number** fixes #99 **Describe the changes you've made** I have edited the userprofile component to remove the null values from profile. **Describe if there is any...
Remove multiple useState hooks from Home.js and combine them into a single store using useReducer hook.
Issue opened by @mharshita --- Instead of editing the story, the edit button allows the users to add more content in their story. So by clicking on the edit button,...
A profile that hasn't filled out the corresponding fields in their profile will show like this:  To reproduce the error you can go to: https://userstory.eosdesignsystem.com/profile/5fb67859b20c0c001799eac2
## Describe the bug Pagination is not updating when category and priority filters are applied ## To Reproduce Steps to reproduce the behavior: 1. Go to Home Page and make...
## Describe the bug Whenever a user clicks on a story to read it, the ```Story.js``` component is rendered, and this makes infinite requests to the backend. ## To Reproduce...
For example:  If there is only 1 page, then Next and Prev should be hidden.