Build a Comment Workflow on EdgeOne

Feb 10, 2026 | 4 min

This post explains a practical moderation flow:

  1. Public submit endpoint writes to pending.
  2. Admin dashboard lists pending threads.
  3. Reviewer approves or rejects each comment.

The design keeps public pages clean while preserving review context.

Comments