PhoenixKitWeb.Live.Modules.Posts.Groups (phoenix_kit v1.7.69)

Copy Markdown View Source

LiveView for managing user's post groups (collections).

Groups are user-specific collections for organizing posts (Pinterest-style). Each user can create groups with unique slugs within their own collection.

Features

  • Group Management: Create, view, edit, delete groups
  • Post Organization: See post count for each group
  • Search & Filter: Find groups by name or description
  • Privacy Control: Public/private group settings
  • Slug Management: URL-friendly unique identifiers

Route

This LiveView is mounted at {prefix}/admin/posts/groups and requires appropriate permissions.

Note: {prefix} is your configured PhoenixKit URL prefix (default: /phoenix_kit).

Summary

Functions

Callback implementation for Phoenix.LiveView.render/1.

Functions

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.