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:
+1
-1
@@ -60,7 +60,7 @@ target_include_directories(graph_explorer PRIVATE
|
||||
${FN_CPP_ROOT_DIR}/functions
|
||||
)
|
||||
|
||||
target_link_libraries(graph_explorer PRIVATE SQLite::SQLite3 DuckDB::DuckDB fn_table_viz)
|
||||
target_link_libraries(graph_explorer PRIVATE SQLite::SQLite3 DuckDB::DuckDB fn_module_data_table)
|
||||
duckdb_copy_runtime(graph_explorer)
|
||||
|
||||
# Threads — issue 0026 (jobs system) usa std::thread + std::mutex + condvar.
|
||||
|
||||
@@ -48,10 +48,14 @@ uses_functions:
|
||||
- extract_iocs_py_cybersecurity
|
||||
- extract_graph_hybrid_py_pipelines
|
||||
uses_types: []
|
||||
uses_modules: [data_table_cpp]
|
||||
framework: "imgui"
|
||||
entry_point: "main.cpp"
|
||||
dir_path: "projects/osint_graph/apps/graph_explorer"
|
||||
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/dataforge/graph_explorer"
|
||||
icon:
|
||||
phosphor: "graph"
|
||||
accent: "#0891b2"
|
||||
python_runtime: true
|
||||
python_runtime_deps:
|
||||
- requests
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "core/icons_tabler.h"
|
||||
|
||||
// data_table — issue 0081-J: migracion panel Table a data_table::render.
|
||||
#include "viz/data_table.h"
|
||||
#include "data_table/data_table.h"
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
|
||||
+1
-1
@@ -19,7 +19,7 @@
|
||||
#include "core/icons_tabler.h"
|
||||
#include "core/tokens.h"
|
||||
#include "core/data_table_types.h"
|
||||
#include "viz/data_table.h"
|
||||
#include "data_table/data_table.h"
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user