PhoenixKitProjects.Paths (PhoenixKitProjects v0.11.0)

Copy Markdown View Source

Centralized path helpers for the Projects module.

Summary

Functions

Edit form for an assignment nested under a project.

Edit form for a project.

Edit form for a task.

Edit form for a template.

Projects dashboard root.

New-assignment form nested under a project.

New-project form.

New-task form.

New-template form.

Show page for a single project.

Gantt/waterfall timeline view for a single project.

Projects (non-template) index.

Projects settings page (global, under the core Settings area).

Task-library index.

Show page for a single template.

Templates index.

Functions

edit_assignment(project_id, id)

@spec edit_assignment(String.t(), String.t()) :: String.t()

Edit form for an assignment nested under a project.

edit_project(id)

@spec edit_project(String.t()) :: String.t()

Edit form for a project.

edit_task(id)

@spec edit_task(String.t()) :: String.t()

Edit form for a task.

edit_template(id)

@spec edit_template(String.t()) :: String.t()

Edit form for a template.

index()

@spec index() :: String.t()

Projects dashboard root.

new_assignment(project_id)

@spec new_assignment(String.t()) :: String.t()

New-assignment form nested under a project.

new_project()

@spec new_project() :: String.t()

New-project form.

new_task()

@spec new_task() :: String.t()

New-task form.

new_template()

@spec new_template() :: String.t()

New-template form.

project(id)

@spec project(String.t()) :: String.t()

Show page for a single project.

project_gantt(id)

@spec project_gantt(String.t()) :: String.t()

Gantt/waterfall timeline view for a single project.

projects()

@spec projects() :: String.t()

Projects (non-template) index.

settings()

@spec settings() :: String.t()

Projects settings page (global, under the core Settings area).

tasks()

@spec tasks() :: String.t()

Task-library index.

template(id)

@spec template(String.t()) :: String.t()

Show page for a single template.

templates()

@spec templates() :: String.t()

Templates index.