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
Last revision Both sides next revision
otsocase2015:group3:start [2015/05/28 19:23]
turunen.m
otsocase2015:group3:start [2015/05/29 09:35]
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 with a tablet device. +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 42: Line 24:
  
 ===== Motivation ===== ===== Motivation =====
-Solve the given problem(s) and learn new things: +Solve the given use cases with C#, Xaml JSONEventually we decided to focus only on UC1. 
-  1. Learn to program with C# & Xaml + 
-  2Learn to use Visual Studio & Blend +Solution should be simple and easy to use. 
-  3. Learn to use JSON + 
-  +Solution should support a variety of different sized devices 
-Pass the course and score some credits  +  
 ===== Features ===== ===== Features =====
  
-  - 1. Collect information for home insurance price calculation and for insurance application +  - Collect information for home insurance price calculation and for insurance application 
-  - 2. Uses REST-server with JSON-calls (POST:price calculation & store application; GET: single application with ID; DELETE: single application with ID) +  - 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 all resolutions except 1024x768) +  - 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) 
-  - 4. Reset local data with a single button  +  - Reset local data with a single button press
  
 ===== Screen shots ===== ===== Screen shots =====
 +{{:otsocase2015:group3:screenshot1.png?200|}}
 +{{:otsocase2015:group3:screenshot2.png?200|}}
 +{{:otsocase2015:group3:screenshot3.png?200|}}
 +{{:otsocase2015:group3:screenshot4.png?200|}}
 +
 +===== Technologies=====
 +C#
 +
 +Xaml
 +
 +JSON
 +
 +===== Tools======
 +Visual Studio 2013 Professional
 +
 +Blend
 +
 +Irfanview
  
-===== Technologies ===== 
-TODO 
 ===== Presentation ===== ===== Presentation =====
 Prototype: [[https://marvelapp.com/426fa0]] Prototype: [[https://marvelapp.com/426fa0]]
Line 65: Line 63:
  
 ===== 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|}}