docs(flows): DoD obligatorio con user-facing surface + abrir issues 0100-0103 (taxonomia, frontmatter migration, dev_console, work dashboard)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -53,9 +53,9 @@ target_include_directories(registry_dashboard PRIVATE
|
|||||||
|
|
||||||
target_link_libraries(registry_dashboard PRIVATE SQLite::SQLite3)
|
target_link_libraries(registry_dashboard PRIVATE SQLite::SQLite3)
|
||||||
|
|
||||||
# Issue 0081-J: data_table::render via fn_table_viz static lib
|
# Issue 0081-J: data_table::render via fn_module_data_table static lib
|
||||||
if(TARGET fn_table_viz)
|
if(TARGET fn_module_data_table)
|
||||||
target_link_libraries(registry_dashboard PRIVATE fn_table_viz)
|
target_link_libraries(registry_dashboard PRIVATE fn_module_data_table)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Sockets: ws2_32 on Windows, nothing extra on Linux
|
# Sockets: ws2_32 on Windows, nothing extra on Linux
|
||||||
|
|||||||
@@ -43,10 +43,14 @@ uses_functions:
|
|||||||
- process_runner_cpp_core
|
- process_runner_cpp_core
|
||||||
- process_state_machine_cpp_core
|
- process_state_machine_cpp_core
|
||||||
uses_types: []
|
uses_types: []
|
||||||
|
uses_modules: [data_table_cpp]
|
||||||
framework: "imgui"
|
framework: "imgui"
|
||||||
entry_point: "main.cpp"
|
entry_point: "main.cpp"
|
||||||
dir_path: "projects/fn_monitoring/apps/registry_dashboard"
|
dir_path: "projects/fn_monitoring/apps/registry_dashboard"
|
||||||
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/dataforge/registry_dashboard"
|
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/dataforge/registry_dashboard"
|
||||||
|
icon:
|
||||||
|
phosphor: "gauge"
|
||||||
|
accent: "#059669"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Arquitectura
|
## Arquitectura
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include "viz/pie_chart.h"
|
#include "viz/pie_chart.h"
|
||||||
#include "viz/table_view.h"
|
#include "viz/table_view.h"
|
||||||
#include "viz/sparkline.h"
|
#include "viz/sparkline.h"
|
||||||
#include "viz/data_table.h"
|
#include "data_table/data_table.h"
|
||||||
#include "core/data_table_types.h"
|
#include "core/data_table_types.h"
|
||||||
#include "core/icons_tabler.h"
|
#include "core/icons_tabler.h"
|
||||||
#include "core/dashboard_panel.h"
|
#include "core/dashboard_panel.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user