-
Notifications
You must be signed in to change notification settings - Fork 67
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
Edit posts #91 #179
Edit posts #91 #179
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Pull Request for issue #91
Title
Users can edit posts created by them
Description
If a user is the original creator of a particular post, they will be shown an option to edit it.
Using it, they can either enhance or correct their post.
Related Issues
N/A
Changes Made
A route and a respective controller were added in the backend to handle the update operation.
The necessary modifications were added on the front end to execute the same.
Checklist
Screenshots (if applicable)
N/A
Additional Notes
N/A
Footer