Skip to content

Add API endpoints for replies and thread persistence #278

@3m1n3nc3

Description

@3m1n3nc3

Problem

Replies are currently handled as local UI state and are not persisted through an API contract.

Current State

  • No dedicated API endpoints for creating/listing replies tied to entries or contributions.
  • Reply interactions do not survive refresh and cannot be indexed or moderated.

Acceptance Criteria

  • Add REST handlers for reply create/list/delete with ownership checks.
  • Persist and return threaded reply structures for post detail rendering.
  • Update frontend integration to use API responses instead of local-only addReply state mutation.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions