2026-06-26 20:21:51 +08:00
|
|
|
# Data Mapper Completion Templates
|
|
|
|
|
|
|
|
|
|
Use these templates in Phase 3 (scoring output) and Phase 5 (completion summary).
|
|
|
|
|
|
|
|
|
|
## Scoring Output (Phase 3)
|
|
|
|
|
|
2026-07-11 01:19:21 +08:00
|
|
|
```text
|
2026-06-26 20:21:51 +08:00
|
|
|
Score: XX/100 Rating
|
|
|
|
|
|- Design & Naming: XX/20
|
|
|
|
|
|- Field Mapping: XX/25
|
|
|
|
|
|- Data Integrity: XX/25
|
|
|
|
|
|- Performance: XX/15
|
|
|
|
|
|- Documentation: XX/15
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**Thresholds**: ✅ 90+ (Deploy) | ⚠️ 67-89 (Review) | ❌ <67 (Block — fix required)
|
|
|
|
|
|
|
|
|
|
## Completion Summary (Phase 5)
|
|
|
|
|
|
2026-07-11 01:19:21 +08:00
|
|
|
```text
|
2026-06-26 20:21:51 +08:00
|
|
|
Data Mapper Complete: [Name]
|
|
|
|
|
Type: [Extract|Transform|Load|Turbo Extract]
|
|
|
|
|
Target Object(s): [Object1, Object2]
|
|
|
|
|
Field Count: [N mapped fields]
|
|
|
|
|
Validation: PASSED (Score: XX/100)
|
|
|
|
|
|
|
|
|
|
Next Steps: Test in Integration Procedure, verify data output, monitor performance
|
|
|
|
|
```
|