-
-
Notifications
You must be signed in to change notification settings - Fork 39
π Feature Request: Delete Testimonial Functionality via Recycle Bin IconΒ #221
Copy link
Copy link
Open
Labels
Ciitm FrontendThis Project is Related To ciitmThis Project is Related To ciitmONLY_FOR_NEW_CONTRIBUTORSReactReact ProjectReact ProjectResponsiveRelated To Responsive DesignRelated To Responsive DesignUi UpdateUpdate UiUpdate Uiatomic-designbest-practicesenhancementNew feature or requestNew feature or requestfeature-requestIdeas for new features or improvements. πIdeas for new features or improvements. πgood first issueGood for newcomersGood for newcomershacktoberfestonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Metadata
Metadata
Assignees
Labels
Ciitm FrontendThis Project is Related To ciitmThis Project is Related To ciitmONLY_FOR_NEW_CONTRIBUTORSReactReact ProjectReact ProjectResponsiveRelated To Responsive DesignRelated To Responsive DesignUi UpdateUpdate UiUpdate Uiatomic-designbest-practicesenhancementNew feature or requestNew feature or requestfeature-requestIdeas for new features or improvements. πIdeas for new features or improvements. πgood first issueGood for newcomersGood for newcomershacktoberfestonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Type
Fields
Give feedbackNo fields configured for Feature.
When a user logs in and navigates to the Home page, there is a
Testimonialsection that displays a list ofTestimonial Cards. Each card includes aRecycle Bin icon (ποΈ)that should allow the Admin to delete that specific testimonial.Currently, clicking the
Recycle Bin icondoes nothing.β Expected Functionality
When a user clicks the Recycle Bin icon on a Testimonial card:
testimonialSlice).β Expected Functionality
When a user clicks the Recycle Bin icon on a Testimonial card:
testimonialSlice)./api/v1/deleteTestimonial/:id(DELETE),where
:idis the ID of the testimonial being deleted.βοΈ Tech Stack
/api/v1/deleteTestimonial/:id(DELETE)π οΈ To-Do