-
Notifications
You must be signed in to change notification settings - Fork 85
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 Feedback Management Section to the Profile Page #421
Added Feedback Management Section to the Profile Page #421
Conversation
👷 Deploy request for delightful-daifuku-a9f6ea pending review.Visit the deploys page to approve it
|
@IkkiOcean looks good, I am a bit occupied and will review this by Friday evening. |
@IkkiOcean one comment rest looks great |
@AlfiyaSiddique okay I will fix it right away |
@AlfiyaSiddique done! |
🎉 Thank you @IkkiOcean Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀 |
Pull Request: Add Feedback Section to Profile Page
Description:
This PR introduces a new feature to the user profile page that allows users to view and delete their feedback. Users can now manage their feedback directly from their profile, enhancing user experience and engagement.
Changes Made:
Frontend:
Backend:
GET /api/feedback/:id
: Retrieves all feedback entries written by the user identified by the givenid
.POST /api/feedback/delete
: Deletes a specific feedback entry based on the provided feedback ID.How to Test:
Video:
feed.mp4
Checklist
console.logs