33 lines
999 B
Markdown
33 lines
999 B
Markdown
# Mapping Test/Eval Results: Onboarding Sample
|
|
|
|
## Goal
|
|
Test that onboarding template Adobe Sign fields map to correct DocuSign tab types.
|
|
|
|
## Results (autonomous - test_mapping.py)
|
|
- All basic Adobe field types mapped to a valid DocuSign type:
|
|
- TEXT_FIELD → text
|
|
- SIGNATURE → signHere
|
|
- CHECKBOX → checkbox
|
|
- DATE → dateSigned
|
|
- DROPDOWN → list
|
|
- RADIO → radio
|
|
- All types appeared in result (see source/__test_mapping__.py output)
|
|
|
|
### Tab Map Extract (sample):
|
|
- EmployeeName: text
|
|
- StartDate: dateSigned
|
|
- Position: list (['Manager','Engineer','Tech','HR'])
|
|
- Benefits: checkbox
|
|
- CommuteOption: radio (items present)
|
|
- HRNotes: text (readOnly true)
|
|
- EmployeeSignature/HRSignature: signHere
|
|
|
|
### Issues/Edge Cases
|
|
- None: all types parsed and mapped correctly for onboarding scenario.
|
|
|
|
## Next Action
|
|
Move to: Flag incomplete/ambiguous mappings in log; then implement mapping for Adobe conditional logic as cases are encountered.
|
|
|
|
---
|
|
|
|
*Validated by Cleo, 2026-04-14* |