### For any queries, or anything, join out [[Telegram Group](https://t.me/shogenlabs)](https://t.me/shogenlabs) or contact [[Poulav](https://t.me/impoulav)](https://t.me/impoulav), [[Soham](https://t.me/tosoham)](https://t.me/tosoham) or [[Rahul](https://t.me/darkdanate)](https://t.me/darkdanate) <!--Enter The Title Below--> ## Title Comments API: Threaded Discussions Under Reviews <!--Enter The Description Below--> ## Description * Type of Issue: Feature / Backend / API / Moderation * Directory: `anon/backend` * Task : * Tables: `comments {id, post_id, parent_id?, user_id, text_sanitized, status, created_at}`, `comments_audit`. * Endpoints: * `POST /posts/{id}/comments` * `GET /posts/{id}/comments?cursor=&limit=` (tree → flattened with depth & parent ids) * `DELETE /comments/{id}` (author soft delete → 410) * Apply toxicity/PII checks; integrate with reports (`POST /reports` works on comments too). * Current: * No native discussion; only reviews. * Expected: * Threaded, moderated comments with identical privacy guarantees. ---
For any queries, or anything, join out [Telegram Group](https://t.me/shogenlabs) or contact [Poulav](https://t.me/impoulav), [Soham](https://t.me/tosoham) or [Rahul](https://t.me/darkdanate)
Title
Comments API: Threaded Discussions Under Reviews
Description
Type of Issue: Feature / Backend / API / Moderation
Directory:
anon/backendTask :
Tables:
comments {id, post_id, parent_id?, user_id, text_sanitized, status, created_at},comments_audit.Endpoints:
POST /posts/{id}/commentsGET /posts/{id}/comments?cursor=&limit=(tree → flattened with depth & parent ids)DELETE /comments/{id}(author soft delete → 410)Apply toxicity/PII checks; integrate with reports (
POST /reportsworks on comments too).Current:
Expected: