-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Added delete feature for a story #108
Conversation
…signoff Signed-off-by: AnshumanDhiman <[email protected]>
@mharshita |
@kailash360 i dont get it. the issue is for editing story right? have you linked the wrong issue by mistake? |
Modified and Added feature to the Button in Comment Section
@kbhutani0001 Also, I had previously made PR #104 by adding the feature to edit a story. But, as discussed in the mentioned PR, I was asked to add the Delete option. |
…endencies Upgraded dependencies
Fixed build fail due to warnings
…ion-update Removing pagination when not needed as mentioned in issue EOS-uiux-Solutions#96
Fix EOS-uiux-Solutions#119 : Added and modified Cypress tests
Issue Number
fixes #97
Describe the changes you've made
I have added the service to make a request of
DELETE
method, and also modified theapiCall
function such that it can accommodate any request method. I have also added aDelete
button in the page of a story tha the user can sue to delete a story.Describe if there is any unusual behavior (Any Warning) of your code(Write
NA
if there isn't)NA
Additional context (OPTIONAL)
NA
Test plan (OPTIONAL)
NA
Checklist