mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 23:09:13 +08:00
Adds the frontend for the Reports section on the redesigned admin dashboard. Admins can choose which reports appear on their dashboard, reorder them, and add/remove cards via a "Manage reports" modal. A plugin API lets plugins ship their own report providers and custom card renderers — used by Data Explorer to surface DE queries alongside core reports. Follow-up to backend PR: https://github.com/discourse/discourse/pull/40017 |
||
|---|---|---|
| .. | ||
| tools | ||
| admin_dashboard_report_provider.rb | ||
| ai_query_enqueuer.rb | ||
| ai_query_generator.rb | ||
| data_explorer.rb | ||
| engine.rb | ||
| parameter.rb | ||
| queries.rb | ||
| query_creator.rb | ||
| query_group_bookmarkable.rb | ||
| query_result_cache.rb | ||
| query_result_downloader.rb | ||
| query_runner.rb | ||
| report_generator.rb | ||
| result_format_converter.rb | ||
| result_to_markdown.rb | ||
| validation_error.rb | ||