meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
otsocase2015:group3:start [2015/05/28 18:52]
turunen.m
otsocase2015:group3:start [2015/06/05 06:44] (current)
turunen.m
Line 3: Line 3:
  
 ^ Group Member ^ Main Responsibility ^ ^ Group Member ^ Main Responsibility ^
-| Mikko Turunen | +| Mikko Turunen | Design, layout 
-| Janne Salopaasi | +| Janne Salopaasi | Implementation, layout 
-| Konstantin Taranov | |+| Konstantin Taranov | Prototype (attented only in day 1) |
  
-===== Notepad ===== 
  
-{{:otsocase2015:group3:insuranceapp.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505260723.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505271536.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505271904.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505272048.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_2705152110.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505272120.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505281327.zip|}} 
- 
-{{:otsocase2015:group3:insuranceapp_201505281548.zip|}} 
 ===== Idea ===== ===== Idea =====
-LTC-Otso presented us 3 use cases which are related to insurance sales. +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):__ __Use case 1, home insurance (highest priority):__
Line 41: Line 23:
 If the customer has an insurance in the company, ask if the customer would like to join the loyalty program. 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.
  
-Initially we were going to create solutions to all of the use cases but eventually we decided to create a solution only for the UC1.  +Solution should support a variety of different sized devices 
- +  
- +
 ===== Features ===== ===== Features =====
  
-5 = most critical or core .. least critical or core feature+  - Collect information for home insurance price calculation and for insurance application 
 +  - Uses REST-server with JSON-calls (POST:price calculation & storing application; GET: single application with ID; DELETE: single application with ID) 
 +  - 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 1024x768) 
 +  - Reset local data with a single button press
  
-^ Feature ^ Priority ^ Ready ^ +===== Screen shots ===== 
-Main GUI | 5 | ok | +{{:otsocase2015:group3:screenshot1.png?200|}} 
-JSON requests | 4 | ok | +{{:otsocase2015:group3:screenshot2.png?200|}} 
-Insurance calculator | 3 | ok | +{{:otsocase2015:group3:screenshot3.png?200|}} 
-JSON sends | 3 | ok | +{{:otsocase2015:group3:screenshot4.png?200|}}
-| Contact Request | 2 | - | +
-| Loyalty Program | 1 | - |+
  
 +===== Technologies=====
 +C#
  
-===== Mini Goals ===== +Xaml
-  - Main GUI prototype +
-  - Getting insurance calculator & contact request key-value pairs with JSON +
-  - Implementing the insurance calculator +
-  - Sending the contact information of a client with JSON +
-===== Design ===== +
-TODO +
-===== Screen shots =====+
  
-===== Implementation Comments ===== +JSON 
-TODO + 
-===== Presentation =====+===== Tools=====
 +Visual Studio 2013 Professional 
 + 
 +Blend 
 + 
 +Irfanview 
 + 
 +===== Presentation & Report =====
 Prototype: [[https://marvelapp.com/426fa0]] Prototype: [[https://marvelapp.com/426fa0]]
  
-Final: {{:otsocase2015:group3:codecamp_presentation_group_3.pdf|}}+Final presentation: {{:otsocase2015:group3:codecamp_presentation_group_3.pdf|}} 
 + 
 +Report: {{:otsocase2015:group3:code_camp_insurance_app_project_report.pdf|}} 
 + 
 +Poster: {{:otsocase2015:group3:poster.png?200|}}
  
 ===== Package ===== ===== Package =====
-TODO +{{:otsocase2015:group3:insuranceapp_1.0.0.0_anycpu_test.zip|}}
 ==== How to run ==== ==== How to run ====
-TODO +  - Extract zip-file 
-===== Conclusion of your work ===== +  - Right-click on "Add-AppDevPackage" PowerShell script 
-TODO+  - Click "Run with PowerShell" 
 +  - Follow Instructions 
 +  - Find app in startscreen 
 + 
 +Ref: [[https://msdn.microsoft.com/en-us/library/hh975356.aspx]] 
 + 
 +===== Sources ===== 
 +{{:otsocase2015:group3:insuranceapp_201505282030.zip|}}