PhoenixKitProjects.Schemas.Project (PhoenixKitProjects v0.1.1)

Copy Markdown View Source

A project container. Can start immediately (set up tasks first, then mark as started) or be scheduled for a future date.

Summary

Types

t()

@type t() :: %PhoenixKitProjects.Schemas.Project{
  __meta__: term(),
  assignments:
    [PhoenixKitProjects.Schemas.Assignment.t()] | Ecto.Association.NotLoaded.t(),
  completed_at: DateTime.t() | nil,
  counts_weekends: boolean() | nil,
  description: String.t() | nil,
  inserted_at: DateTime.t() | nil,
  is_template: boolean() | nil,
  name: String.t() | nil,
  scheduled_start_date: Date.t() | nil,
  start_mode: String.t() | nil,
  started_at: DateTime.t() | nil,
  status: String.t() | nil,
  updated_at: DateTime.t() | nil,
  uuid: UUIDv7.t() | nil
}

Functions

changeset(project, attrs)

start_modes()

statuses()