Context
The multi-document upload feature (#818, commit 888e6eb) was a ground-up
reinvention that ignored the existing single-doc extraction flow. The result
was broken UX across the board: forced entity selection, broken file picker,
ugly staging list, no progress indicators, failed extractions with no
explanation.
Plan
- Revert the batch doc feature entirely
- Study the existing single-doc extraction overlay (which works well)
- Rebuild multi-doc as a natural, incremental extension of the single-doc
flow — one commit per component, each building on the last
supersedes #829
closes #489
Context
The multi-document upload feature (#818, commit 888e6eb) was a ground-up
reinvention that ignored the existing single-doc extraction flow. The result
was broken UX across the board: forced entity selection, broken file picker,
ugly staging list, no progress indicators, failed extractions with no
explanation.
Plan
flow — one commit per component, each building on the last
supersedes #829
closes #489