adobe-to-docusign-migrator/web/static/js
Paul Huliganga 11b646d3b7 feat(ui-phase-19): verification — send/status/void API + frontend polling
Backend (web/routers/verify.py): POST /send (creates envelope from template),
GET /status/{id} (polls envelope state), POST /void/{id} (voids test envelope).
Registered in app.py. 7 tests passing.

Frontend (verification.js): table of migrated templates, Send Test button opens
dialog with pre-filled name/email from settings, polling every 5s, per-row
status updates (Sent → Delivered → Verified), Void button for cleanup.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 11:40:19 -04:00
..
api.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
app.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
auth.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
issues.js feat(ui-phase-18): issues & warnings view with nav badge 2026-04-21 11:38:33 -04:00
migration.js feat(ui-phase-17): migration workflow — options modal, progress polling, results view 2026-04-21 11:38:04 -04:00
project.js feat(ui-phase-15): project switcher — localStorage CRUD, first-run modal 2026-04-21 11:24:40 -04:00
router.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
state.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
templates.js feat(ui-phase-16): templates view — readiness badges, filter bar, detail tabs 2026-04-21 11:26:49 -04:00
utils.js feat(ui-phase-14): app shell — Docusign nav, router, state, brand tokens 2026-04-21 11:24:06 -04:00
verification.js feat(ui-phase-19): verification — send/status/void API + frontend polling 2026-04-21 11:40:19 -04:00