PhoenixKitStats.Paths (PhoenixKitStats v0.2.1)

Copy Markdown View Source

Centralized path helpers for the Stats module.

All paths go through PhoenixKit.Utils.Routes.path/1 for prefix/locale handling — never hardcode "/admin/stats/..." in a LiveView.

Summary

Functions

Edit group form.

Stats groups list.

New group form.

Group detail / chart page.

Functions

edit(uuid)

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

Edit group form.

index()

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

Stats groups list.

new()

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

New group form.

show(uuid)

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

Group detail / chart page.