docs(app.md): document additional uses_functions deps
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -5,15 +5,31 @@ domain: tui
|
|||||||
description: "Dashboard ImGui para visualizar el estado del fn_registry. Consume datos via sqlite_api HTTP (fallback a SQLite directo). KPIs, charts, tablas, desglose por lenguaje/dominio/pureza."
|
description: "Dashboard ImGui para visualizar el estado del fn_registry. Consume datos via sqlite_api HTTP (fallback a SQLite directo). KPIs, charts, tablas, desglose por lenguaje/dominio/pureza."
|
||||||
tags: [dashboard, imgui, visualization, registry, http]
|
tags: [dashboard, imgui, visualization, registry, http]
|
||||||
uses_functions:
|
uses_functions:
|
||||||
|
# viz
|
||||||
- kpi_card_cpp_viz
|
- kpi_card_cpp_viz
|
||||||
- bar_chart_cpp_viz
|
- bar_chart_cpp_viz
|
||||||
- pie_chart_cpp_viz
|
- pie_chart_cpp_viz
|
||||||
- table_view_cpp_viz
|
- table_view_cpp_viz
|
||||||
- sparkline_cpp_viz
|
- sparkline_cpp_viz
|
||||||
|
# core (dashboard primitives)
|
||||||
- dashboard_panel_cpp_core
|
- dashboard_panel_cpp_core
|
||||||
- dashboard_grid_cpp_core
|
- dashboard_grid_cpp_core
|
||||||
- fps_overlay_cpp_core
|
|
||||||
- fullscreen_window_cpp_core
|
- fullscreen_window_cpp_core
|
||||||
|
- page_header_cpp_core
|
||||||
|
- badge_cpp_core
|
||||||
|
- empty_state_cpp_core
|
||||||
|
# core (UI primitives — projects/reindex/add modals)
|
||||||
|
- button_cpp_core
|
||||||
|
- icon_button_cpp_core
|
||||||
|
- toolbar_cpp_core
|
||||||
|
- modal_dialog_cpp_core
|
||||||
|
- text_input_cpp_core
|
||||||
|
- select_cpp_core
|
||||||
|
- toast_cpp_core
|
||||||
|
- tree_view_cpp_core
|
||||||
|
# core (process orchestration — reindex)
|
||||||
|
- process_runner_cpp_core
|
||||||
|
- process_state_machine_cpp_core
|
||||||
uses_types: []
|
uses_types: []
|
||||||
framework: "imgui"
|
framework: "imgui"
|
||||||
entry_point: "main.cpp"
|
entry_point: "main.cpp"
|
||||||
|
|||||||
Reference in New Issue
Block a user