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
@@ -31,9 +31,9 @@ target_include_directories(odr_console PRIVATE
|
|||||||
|
|
||||||
target_link_libraries(odr_console PRIVATE SQLite::SQLite3)
|
target_link_libraries(odr_console PRIVATE SQLite::SQLite3)
|
||||||
|
|
||||||
# fn_table_viz: declarative table rendering stack (issue 0081-J).
|
# fn_module_data_table: declarative table rendering stack (issue 0081-J).
|
||||||
if(TARGET fn_table_viz)
|
if(TARGET fn_module_data_table)
|
||||||
target_link_libraries(odr_console PRIVATE fn_table_viz)
|
target_link_libraries(odr_console PRIVATE fn_module_data_table)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|||||||
@@ -11,10 +11,14 @@ uses_functions:
|
|||||||
- tql_to_sql_cpp_core
|
- tql_to_sql_cpp_core
|
||||||
- llm_anthropic_cpp_core
|
- llm_anthropic_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/online_data_recopilation/apps/odr_console"
|
dir_path: "projects/online_data_recopilation/apps/odr_console"
|
||||||
repo_url: ""
|
repo_url: ""
|
||||||
|
icon:
|
||||||
|
phosphor: "terminal-window"
|
||||||
|
accent: "#52525b"
|
||||||
---
|
---
|
||||||
|
|
||||||
## Notas
|
## Notas
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#include "core/icons_tabler.h"
|
#include "core/icons_tabler.h"
|
||||||
#include "core/tokens.h"
|
#include "core/tokens.h"
|
||||||
#include "core/logger.h"
|
#include "core/logger.h"
|
||||||
#include "viz/data_table.h"
|
#include "data_table/data_table.h"
|
||||||
|
|
||||||
#include "data_registry.h"
|
#include "data_registry.h"
|
||||||
#include "data_collectors.h"
|
#include "data_collectors.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user