user-story icon indicating copy to clipboard operation
user-story copied to clipboard

POST stories. GET features.

Results 70 user-story issues
Sort by recently updated
recently updated
newest added

More info here: https://userstory.eosdesignsystem.com/story/60e318ea62aa440015a8baff

priority: high

**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: ![image](https://user-images.githubusercontent.com/5013096/137333615-eabf35f5-1f58-4a4e-a8dd-8fe2700d06db.png) To reproduce the error you can go to: https://userstory.eosdesignsystem.com/profile/5fb67859b20c0c001799eac2

Sort By filter on landing page is not working.

enhancement

## 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: ![image](https://user-images.githubusercontent.com/5013096/137328124-e74049e9-5940-4f63-a6d7-742527068c11.png) If there is only 1 page, then Next and Prev should be hidden.