-
Notifications
You must be signed in to change notification settings - Fork 364
Functional Project Page #1124
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
Functional Project Page #1124
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. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
Avdhesh-Varshney
left a comment
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.
Tested the whole code in dev server
After merge will update the backend server to make this code functional
Closes: #1123
Describe the add-ons or changes you've made 📃
⚡ Phase 1
/editor/:project_idto trigger edited page/createproject route to handle editable functionality⚡ Phase 2
/likeand/like-statusroutes) and build an interactive like button UI⚡ Phase 3
/commentroute to create comments in the db⚡ Phase 4
/get-commentsroute to fetch all comments of respective projects and display them on comments wrapper/get-repliesroutes to fetch all replies from DB/delete-commentroute to delete comment (CONDITION: Project owner can able to carry which comments are to be keep and Comments is also able to delete their comment from the project blog script)⚡ Phase 5
/delete-commentbackend functionalityScreenshots 📸
Type of change ☑️
What sort of change have you made:
Note for reviewers