adobe-to-docusign-migrator/web/routers
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
..
__init__.py feat: idempotent upload + FastAPI web UI with full test coverage 2026-04-17 14:47:27 -04:00
auth.py fix: Adobe Sign connects via .env refresh token; restore DocuSign OAuth 2026-04-17 15:27:42 -04:00
migrate.py feat(phases-8-13): blueprint alignment — normalized schema, validation, migration options, retry, security, batch 2026-04-21 02:19:38 -04:00
templates.py feat(ui-phase-16): templates view — readiness badges, filter bar, detail tabs 2026-04-21 11:26:49 -04:00
verify.py feat(ui-phase-19): verification — send/status/void API + frontend polling 2026-04-21 11:40:19 -04:00