Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:30 +08:00
commit 484fdd0c02
27 changed files with 6103 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Data Action Design Checklist
- [ ] Target model + version selected (public vs private) and edit mode/planning area confirmed.
- [ ] Step order defined (copy/cross-copy → allocations → conversions → advanced formulas → embedded actions).
- [ ] Parameters set (member/number/measure) with defaults; prompts labeled clearly.
- [ ] Copy/aggregation rules map to leaf members; non-leaf booking avoided.
- [ ] Write mode chosen per step (append vs overwrite) and currency/unit conversions configured.
- [ ] Validation run on small slice (time/account filters) before full run.
- [ ] Background run settings decided; notifications/monitor path shared with planners.
- [ ] Error handling notes captured (locks, mapping gaps) in job monitor playbook.