Internet Professional Claim Submission (IPCS)

Role: Design Lead, Squad 11

Business requirements:

Lift-and-shift approach to refactor a legacy application, enhanced the user experience, and maintained identical business functions.

The user experience enhancements improved the user interface, streamline error messages, auto-populate user data, and implemented a new design system.

Design enhancements:

  1. Claim Inquiry and Claim Submission merged one entry point, app and user experience

  2. Recent claims are immediate available to view - removed search inquiry

  3. Summary page formatted for print directly from application

  4. Step Indicator - icon aligned with action, user can navigate out of order

  5. Field dependencies are responsive, showing required fields as the user enters information

  6. Form that requires multiple entries is responsive and collapsable to allow the user to show entries in list view and edit quickly

Drove Enterprise

Design Thinking Workshops

The images are intentionally pixelated when enlarged to show the process but conceal confidential client details.

Step Indicator Enhancement 

Problem Statement:

In the legacy application, the step indicator icons were illustrative of the page content. The icon colors changed and made it challenging for users to identify which step was currently in process.

Solution:

  1. Icons were aligned with the actions, making them more intuitive and easier to understand.

  2. The current step icon remained stable and did not change, providing users with a consistent visual cue.

  3. Error icons were introduced to communicate front-end and mainframe validations, helping users troubleshoot errors more immediately.

  4. Inactive indicators were added for optional steps that were skipped, allowing users to quickly identify completed tasks.

  5. Success icons were introduced to celebrate successful completion of steps, reinforcing positive user behavior.

  6. Steps stacked and left aligned, labeled to function as navigation.

Outcome:

The step indicator significantly improved the user experience by providing clearer visual cues and reducing confusion. Users could now easily identify the current step, troubleshoot errors, and celebrate successes.

Documented logic for errors and success when user navigates to a different step

Error (!) , front end validations

  1. Error (!) when the user lands on a step and enters information in fields, then selects Next or a different strip in step navigation, the app runs front end validations, and the user is allowed to continue to the next step.

  2. Validation errors

    • the step indicator will display an error (!) icon if errors

    • then when the user goes back to the step with errors, an alert banner will be displayed at the top the screen

    • and fields errors will display an error state, with alert message below the field stating the specific issue

  3. Validation success

    • the step indicator will display a success (check mark) icon.

Created step indicator component in Figma