yao/widgets/dashboard
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] dashboard widget 2022-12-18 15:35:49 +08:00
api.go [add] migrate widgets.dashboard 2023-03-25 19:43:38 +08:00
dashboard.go Refactor error handling in various components to improve logging and message formatting 2025-09-28 10:24:17 +08:00
dashboard_test.go Refactor component property handling and add deep copy functionality 2024-11-03 07:53:25 +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] dashboard widget 2022-12-18 15:35:49 +08:00
fields.go [add] widget dashboard on change 2022-12-18 17:06:58 +08:00
handler.go Fix memory leaks and optimize the download process. 2024-10-30 16:48:59 +08:00
layout.go [change] widget dashboard 2022-12-19 21:14:18 +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): improve error handling in unit tests and Makefile 2026-04-06 17:17:11 +08:00
types.go [add] dashboard widget 2022-12-18 15:35:49 +08:00
vaildate.go [add] dashboard widget 2022-12-18 15:35:49 +08:00