Skip to content

Configurable UI Layout for Application Review Flows #249

@shakedfromovich

Description

@shakedfromovich

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:

  1. Drag-and-drop builder — Allow users/admins to visually arrange which modules (PDF Review, Extracted Fields, Insights, QA) are displayed and in what order.
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions