You are on page 1of 2

Understanding of GW Hackathon:

In general claim processing system, has long supported straight-through processing, even for
basic kinds of claims, such as vehicle glass replacement. With the help of cloud-based claims
automation, we will allow insurance companies to follow automation-first approach to claims. It
will be easier & faster for claim settlement, for minor damages like Glass replacement.

Guidewire Jutro:
The Worth design system refers to collection of reusable components, guided by clear design
standards that streamline design and development of consistent user experiences across
companies applications.

Examples of Popular design systems would be

 IBM Carbon
 SAP Fiori
 SalesForce lightning

Guidewire Jutro:

Similar to above popular design systems, Guidewire Jutro design system was developed
specifically for the insurance industry. Jutro is Guidewire’s React-based, Metadata driven
frontend frame work.

Most design systems are collection of styles and components that are commonly used in
building user interface

Insurance systems has different trends and patterns, Guidewire Jutro has incorporated these
trends in two ways composite components and Business patterns (adding vehicle and driver)

Building blocks for Jutro

 Components
 Composite components
 Floor plans&Layouts
 Business patterns

Components: Components are smallest building blocks of Jutro applications. They


include elements such as ICONS, buttons, Form fields
Composite components: Combination of atomic components. Two or more
Individual components that can be reused repeatedly though out the applications.
Floor plans: Ready to use floor page template with a great system that organized
header and footer navigation and content
Types of Floor plans
 ‘I’ shape - Header
 ‘L’ Shape -Left Navigation + Header
 ‘C’ shape -Left Navigation + Header + Side bar
 ‘r’ Shape -Header + Side bar
Advantages of floor plans:
They are re-usable for designers and developers
SNAPS Components and Patterns -No separate coding is required for
alignment
Responsiveness – Built in responsiveness across different devices (lap & tab)

Business patterns: They are reusable, combinations of components and composite


components.

Jutro StoryBook:

Jutro UI component explorer, we can explore the Jutro components available off the shelf and
their properties, play with the component configuration, and obtain Presentation Metadata for use
in your application code.

To Build an application:

 Select floor plan


 get abstract design and identify what Jutro components are used by designer
 get the component name then match components listed in storybook
 Access its metadata, customize it within storybook then add to our code.

You might also like