Centralized path helpers for the Manufacturing module.
All paths go through PhoenixKit.Utils.Routes.path/1 for prefix/locale
handling. Never hardcode "/admin/manufacturing" in a LiveView or template
— use these helpers instead so URL prefix changes only need updating here.
Summary
Functions
Manufacturing dashboard (module landing).
Edit machine form.
New machine form.
Machines list.
Edit machine type form.
New machine type form.
Machine types list.
Functions
@spec index() :: String.t()
Manufacturing dashboard (module landing).
Edit machine form.
@spec machine_new() :: String.t()
New machine form.
@spec machines() :: String.t()
Machines list.
Edit machine type form.
@spec type_new() :: String.t()
New machine type form.
@spec types() :: String.t()
Machine types list.