Skip to content

Woodburn Insurance sample site

Download Sample

The WoodBurn Insurance sample site is available for download via this link.

To try out and load the site into your DX instance and share/collaborate updates amongst teams, you may follow this guide:

The useful integration techniques used to build the showcase site are detailed in the following links:

  • Code Splitting:

    Code splitting is useful in controlling resource load sizes and encourage parallel downloads from the browser.

  • Use of Cookies:

    Cookies are used to represent the state of the current user.

  • Styling (CSS and SCSS):

    Shared and component-specific styling are used in the sample site and bundled for optimal loading.

Multiple ReactJS applications bundled as DX Script Apps are included in this sample site. They are organized and configured to share dependencies bundled separately as a DX Module.

  • Login Script Application: A Script Application for user authentication.

  • Enrollment Wizard Script Application: Enables users to enroll an insurance.

  • Report Claim Issue: For authenticated users to submit a report of claim issues.

  • Dashboard - User Insurance: List of user's enrolled insurance.

  • Dashboard - Header User Details: Dashboard that shows the authenticated user details.

  • Dashboard - Your Claims: Information on a user's insurance claims.

  • Dashboard - Your Issues: User's reported claim issues.