# `GoodJob.Web.LiveDashboardPage`
[🔗](https://github.com/amkisko/good_job.ex/blob/v1.0.0/lib/good_job/web/live_dashboard_page.ex#L1)

Phoenix LiveDashboard page for GoodJob.

This module provides a comprehensive dashboard with the following features:
- Real-time job queue statistics via PubSub (with polling fallback)
- Job filtering and search
- Job detail view with execution history
- Job actions (retry, delete, discard)
- Bulk actions
- Pagination
- Configurable fallback polling (PubSub handles real-time updates)

# `__page_live__`

Returns the LiveView module for this page.
This is required by Phoenix LiveDashboard for additional pages.

# `echarts_js_path`

Returns the CDN URL for the ECharts JavaScript file.

# `init`

Initializes the LiveDashboard page configuration.

# `menu_link`

Returns the menu link text for the LiveDashboard navigation.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
