Commit Graph

2 Commits

Author SHA1 Message Date
egutierrez 44026d0a70 feat: cliente HTTP REST + main panel demo (issue 0095 step 3)
- http_client.{h,cpp}: TCP plain (copia de registry_dashboard, sin SSL).
- data_http.{h,cpp}: API DAG (list/get/runs/trigger) + parser nlohmann/json.
- vendor/nlohmann/json.hpp: vendored.
- main.cpp: panel "Fetch /api/dags" demo, lista DAGs con schedule.
- CMakeLists.txt: anade http_client.cpp + data_http.cpp.

Build verificado. WS y tabs (data_table::render) en commits siguientes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 16:44:40 +02:00
egutierrez 334943b7db feat: scaffolding dag_engine_ui (issue 0095 step 2)
ImGui app shell:
- main.cpp con fn::run_app(cfg, render), panel Main placeholder.
- CMakeLists.txt + fn_framework + fn_table_viz opt-in.
- app.md frontmatter base.

Capas HTTP/WS/tabs en commits siguientes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 16:38:07 +02:00