PhoenixKitProjects.Schemas.ProjectEvent (PhoenixKitProjects v0.21.1)

Copy Markdown View Source

One project event (phoenix_kit_project_events, chain V6): a dated happening that isn't a task — meeting, milestone, review. Stored UTC; all_day events ignore the time-of-day component and render as month bars, timed events as chips with a time prefix. created_by_uuid is FK-less provenance (house convention).

Summary

Types

t()

@type t() :: %PhoenixKitProjects.Schemas.ProjectEvent{
  __meta__: term(),
  all_day: term(),
  created_by_uuid: term(),
  description: term(),
  ends_at: term(),
  inserted_at: term(),
  location: term(),
  project_uuid: term(),
  starts_at: term(),
  title: term(),
  updated_at: term(),
  uuid: term()
}

Functions

changeset(event, attrs)