BlogEngine.Posts.ReviewEntry (blog_engine v0.1.0)

Copy Markdown View Source

A stable post projection for an editorial review queue.

Summary

Types

t()

@type t() :: %BlogEngine.Posts.ReviewEntry{
  blog_id: Ecto.UUID.t(),
  id: Ecto.UUID.t(),
  revision_id: Ecto.UUID.t(),
  state: :pending_review | :published | :withheld,
  title: String.t()
}