Is your feature request related to a problem? Please describe.
The current IDP UI presents a fixed layout of modules (PDF Review, Extracted Fields, Insights, QA) for all application review flows. Different workflows require different UI compositions — some reviewers need to edit and reprocess extracted fields, others only need insights, and some require override permissions. There is no way to tailor the UI per flow or user role.
Describe the solution you'd like
A configurable UI that supports two approaches:
- Drag-and-drop builder — Allow users/admins to visually arrange which modules (PDF Review, Extracted Fields, Insights, QA) are displayed and in what order.
- Config-driven layout — Allow the UI to be generated from a configuration object (e.g., JSON) that defines which modules are visible, editable, and what permissions apply (e.g.,
allowReprocess, allowOverride, showInsights).
Describe alternatives you've considered
- Hardcoding separate views per workflow — not scalable.
- Feature flags to toggle modules — limited flexibility, no layout control.
Is your feature request related to a problem? Please describe.
The current IDP UI presents a fixed layout of modules (PDF Review, Extracted Fields, Insights, QA) for all application review flows. Different workflows require different UI compositions — some reviewers need to edit and reprocess extracted fields, others only need insights, and some require override permissions. There is no way to tailor the UI per flow or user role.
Describe the solution you'd like
A configurable UI that supports two approaches:
allowReprocess,allowOverride,showInsights).Describe alternatives you've considered