-
Notifications
You must be signed in to change notification settings - Fork 347
Added deleting the saved projects functionality #1215
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 deleting the saved projects functionality #1215
Conversation
@Vriti62 is attempting to deploy a commit to the avdheshvarshney's projects Team on Vercel. A member of the Team first needs to authorize it. |
✅ Deploy Preview for code-a2z canceled.
|
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
const userID = req.user; | ||
const collectionID = req.params.cid; | ||
const projectID = req.params.project_id; | ||
console.log(userID , projectID, collectionID); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove logs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay sir! will edit the same.
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
@Vriti62 Need your updates and also resolve conflicts |
4008112
to
0047bec
Compare
hey! |
8a024da
to
8c77b5f
Compare
const userID = req.user; | ||
const collectionID = req.params.cid; | ||
const projectID = req.params.project_id; | ||
console.log(userID , projectID, collectionID); |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Closes: #1195
Parent issue: #1180
Project Published URL 🔗
N/A (Backend implementation only) >
Describe the add-ons or changes you've made 📃
req.user
from auth middleware).Collection
modelScreenshots 📷
Type of change ☑️
What sort of change have you made:
Note to reviewers 📄
This is part of the Saved Projects Feature with Sorting Options .
Always open to any suggestions or feedbacks!!