Centralized path helpers for the Staff module.
All paths go through PhoenixKit.Utils.Routes.path/1 for prefix/locale handling.
Summary
Functions
Show page for a single department.
Departments index.
Edit form for a department.
Edit form for a person.
Edit form for a team.
Staff dashboard root.
New-department form.
New-person form.
New-team form.
Staff index (people list).
Show page for a single person.
Show page for a single team.
Teams index.
Functions
Show page for a single department.
@spec departments() :: String.t()
Departments index.
Edit form for a department.
Edit form for a person.
Edit form for a team.
@spec index() :: String.t()
Staff dashboard root.
@spec new_department() :: String.t()
New-department form.
@spec new_person() :: String.t()
New-person form.
@spec new_team() :: String.t()
New-team form.
@spec people() :: String.t()
Staff index (people list).
Show page for a single person.
Show page for a single team.
@spec teams() :: String.t()
Teams index.