PhoenixKitProjects.Schemas.Label (PhoenixKitProjects v0.21.0)

Copy Markdown View Source

A per-project label (phoenix_kit_project_labels, chain V7): a named, colored tag assignments wear via the phoenix_kit_project_assignment_labels join table (join rows cascade with either side). Names are unique per project; color is a daisyUI badge class from the closed palette.

Summary

Types

t()

@type t() :: %PhoenixKitProjects.Schemas.Label{
  __meta__: term(),
  color: term(),
  inserted_at: term(),
  name: term(),
  position: term(),
  project_uuid: term(),
  updated_at: term(),
  uuid: term()
}

Functions

changeset(label, attrs)

colors()