Done with Delete comment refacatoring#53
Open
Bavithbabu wants to merge 1 commit into18-create-a-admin-backendfrom
Open
Done with Delete comment refacatoring#53Bavithbabu wants to merge 1 commit into18-create-a-admin-backendfrom
Bavithbabu wants to merge 1 commit into18-create-a-admin-backendfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LLD: Delete Comment Archive System
The delete system is designed so that any post/comment deletion follows one reusable flow:
delete request -> shared delete module -> move to archive -> remove from live collection
This avoids writing separate delete logic for user delete, future admin delete, or moderation-based delete.
Main Flow
For comment delete:
User/Admin/Moderation calls delete comment
-> validates permission outside delete module
-> ContentDeleteService.deleteComment(commentId)
-> fetch comment from postdescription
-> save comment into archive_comments
-> delete comment from postdescription
Archive Table for comment:
When a comment is deleted, the comment is moved frompostdescriptiontoarchive_comments._id69d9f4a8feb63ab50410e031originalCommentId69d9f42afeb63ab50410e030postdescriptionpostId69d9f0b4feb63ab50410e02duserId69d9ed84de89b227fed805dcusernameTest UseruserImageUrlprofile image urldescriptionThis inscription looks like a 12th century temple wall record.upvote0statusACCEPTEDreport.count0createdAt2026-04-11T07:15:20.100ZupdatedAt2026-04-11T07:15:20.100Z