Insurance

Group 3

Group Member Main Responsibility
Mikko Turunen Design, layout
Janne Salopaasi Implementation, layout
Konstantin Taranov Prototype (attented only in day 1)

Idea

LTC-Otso presented us 3 use cases which are related to insurance sales with a tablet device. Solving the given use cases could help insurance salesmen to gain new clients.

Use case 1, home insurance (highest priority):

Collect information from a client and calculate the price of a home insurance. Place an order to a REST-server if client wants to buy the insurance.

Use case 2, collect sales leads (medium priority):

If customer is in hurry collect basic contact info and insurance needs.

Use case 3, Customer loyalty program (lowest priority):

If the customer has an insurance in the company, ask if the customer would like to join the loyalty program.

Motivation

Solve the given use cases with C#, Xaml & JSON. Eventually we decided to focus only on UC1.

Solution should be simple and easy to use.

Solution should support a variety of different sized devices

Features

  1. Collect information for home insurance price calculation and for insurance application
  2. Uses REST-server with JSON-calls (POST:price calculation & storing application; GET: single application with ID; DELETE: single application with ID)
  3. Dynamic layout in portrait mode (app is locked into portrait mode, if landscape mode is enabled upon build it works properly with all resolutions except for 1024×768)
  4. Reset local data with a single button press

Screen shots

Technologies

C#

Xaml

JSON

Tools

Visual Studio 2013 Professional

Blend

Irfanview

Presentation & Report

Package

How to run

  1. Extract zip-file
  2. Right-click on “Add-AppDevPackage” PowerShell script
  3. Click “Run with PowerShell”
  4. Follow Instructions
  5. Find app in startscreen

Ref: https://msdn.microsoft.com/en-us/library/hh975356.aspx

Sources