yao/widgets/chart
Max efc84fbb97 feat(doc): add yao doc CLI commands and YAML documentation for all packages
Implement yao doc process list/inspect/validate and yao doc runtime
list/inspect/validate commands. Validate uses engine addressing logic
(process.Of) and checks dynamic-ID group registries (model, store, fs,
task, schedule) to verify resources actually exist.

- cmd/doc/: CLI command tree with process and runtime subcommands
- cmd/root.go: wire docCmd into rootCmd
- 27 process doc.yml + doc.go pairs across yao packages
- cmd/doc/doc_test.go: integration tests

Made-with: Cursor
2026-04-23 21:37:43 +08:00
..
action.go [add] widget chart guard & compute 2022-10-25 00:44:18 +08:00
api.go [add] migrate widgets.chart 2023-03-25 21:36:15 +08:00
chart.go Refactor error handling in various components to improve logging and message formatting 2025-09-28 10:24:17 +08:00
chart_test.go [add] migrate widgets.chart 2023-03-25 21:36:15 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
export.go [add] widget chart 2022-09-28 17:23:51 +08:00
fields.go [add] widget chart permission support 2022-12-13 22:08:44 +08:00
handler.go [*] migrate to gou v0.10.3 (50%) 2023-02-01 17:25:11 +08:00
layout.go [add] widget chart permission support 2022-12-13 22:08:44 +08:00
mapping.go Securely update hidden props in the DSL that are only visible to the backend 2024-11-02 17:38:37 +08:00
process.go Use url.QueryUnescape for xpath and method in process components 2024-11-01 12:47:03 +08:00
process_test.go [fix] tests 2023-03-25 22:46:20 +08:00
types.go [add] widget chart permission support 2022-12-13 22:08:44 +08:00
vaildate.go [add] widget chart 2022-09-28 17:23:51 +08:00