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:
Egutierrez
2026-05-17 00:07:04 +02:00
parent 11c986edc7
commit 155a6db824
4 changed files with 545 additions and 3 deletions
+3
View File
@@ -93,6 +93,9 @@ func (s *Server) Routes(mux *http.ServeMux) {
mux.HandleFunc("GET /api/datafactory/nodes", s.handleDataFactoryNodes)
mux.HandleFunc("GET /api/datafactory/runs", s.handleDataFactoryRuns)
mux.HandleFunc("GET /api/datafactory/databases", s.handleDataFactoryDatabases)
mux.HandleFunc("GET /api/datafactory/tables", s.handleDataFactoryTables)
mux.HandleFunc("GET /api/datafactory/preview", s.handleDataFactoryPreview)
mux.HandleFunc("GET /api/functions/{id}", s.handleFunctionByID)
mux.HandleFunc("GET /api/ws/datafactory", s.handleDataFactoryEvents(s.dfHub))
}