medical_strategy 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '0539548604f0532161447f0f2a277c8b05388425'
4
- data.tar.gz: 3966abc306f40339c0bc4f0e489faa04429aef8a
3
+ metadata.gz: 452a072e1dbc44797d9af5872b7309f8e3f05b49
4
+ data.tar.gz: 4b301343b5949f61131ae333ad800247b4ebe837
5
5
  SHA512:
6
- metadata.gz: 883836dfd8fe4ab1ef70eca868e2595c1a3e08b93534972af491bb3e1d3aa626481fcad648a81909687084b44423e20083f55fcd04e039d4377759adc9f085e7
7
- data.tar.gz: 378b4591da58b42835ecefa293b2d18f4364254dd1a611b5a79ebafa5bb7ba6d7291a842ce4a64b3f72419a86cc0e0a47d9e5a3a570f0087565d218868ac6ed7
6
+ metadata.gz: 18faee0fbd39c58757973abf44da986966adaa17a3084e1a1abf5feb4552eecb41b9c1932ffc2f6d33cbb90ccd08b9bdf3634933bec4c46fafc7354925b6aa15
7
+ data.tar.gz: f3c41da1649690642a37091ca04fbe69f7a21817dd31c5c17452136cfbac8101750eabd982c17d7399950f5b7f6f605238d9e3b15d6b2fbf49ea74d9fe6ed1ec
@@ -1,3 +1,3 @@
1
1
  module MedicalStrategy
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -28,21 +28,21 @@ class MediHigh
28
28
  #@medical_confirmation = medical.@mconfirmation
29
29
 
30
30
  @product_allergic_1.each do |prod|
31
- @customer_data[prod.id] = "Hi,"
31
+ @customer_data[prod.id] = "Hi,How's your health. "
32
32
  if (@medical_confirmation.disease == "yes")
33
33
  @customer_data[prod.id] << " We care a lot for you, Please consult with doctor before having pizza's. Since, you have disease already which is prone to this."
34
34
  else
35
- @customer_data[prod.id] << " How's your health."
35
+ @customer_data[prod.id] << " Notice: Your are having high medical condition. "
36
36
  if (@medical_confirmation.foodHabit == prod.foodType)
37
37
  @customer_data[prod.id] << " This is your favorite food type."
38
38
  if (@medical_confirmation.allergens == prod.allergens) #&& @medical_confirmation.userName == @user_medical_check.firstName)
39
39
  @customer_data[prod.id] << " But You must choose different food. Since this is allergic to you."
40
40
  else
41
- @customer_data[prod.id] << " Good Choice."
41
+ @customer_data[prod.id] << " That's a Good Choice."
42
42
  if(prod.calorie>250)
43
43
  @customer_data[prod.id] << " Please avoid to consume. Your health condition doesn't permit high calories."
44
44
  else
45
- @customer_data[prod.id] << " Please avoid to consume frequently to burn your calories. "
45
+ @customer_data[prod.id] << " Please avoid to consume frequently and do frequent exercise to burn your calories. "
46
46
  end
47
47
  end
48
48
  else
@@ -69,11 +69,11 @@ class MediMed
69
69
  #@medical_confirmation = medical.@mconfirmation
70
70
 
71
71
  @product_allergic_2.each do |prod|
72
- @customer_data[prod.id] = "Hi, How's your health. "
72
+ @customer_data[prod.id] = "Hi, "
73
73
  if (@medical_confirmation.disease == "yes")
74
74
  @customer_data[prod.id] << " We care a lot for you, Please consult doctor before having pizza's. Since, you have disease already which is prone to this."
75
75
  else
76
- @customer_data[prod.id] << " Be careful with your food choice, Since your have high health issues."
76
+ @customer_data[prod.id] << " How's your health."
77
77
  if (@medical_confirmation.foodHabit == prod.foodType)
78
78
  @customer_data[prod.id] << " This is your favorite food type."
79
79
  if (@medical_confirmation.allergens == prod.allergens) #&& @medical_confirmation.userName == @user_medical_check.firstName)
@@ -83,7 +83,7 @@ class MediMed
83
83
  if(prod.calorie>250)
84
84
  @customer_data[prod.id] << " Reminder: High calories to consume for your health condition."
85
85
  else
86
- @customer_data[prod.id] << " You're medical condition is average and burn your calories accordingly."
86
+ @customer_data[prod.id] << " You're medical condition is average and do frequent excersie to burn your calories accordingly."
87
87
  end
88
88
  end
89
89
  else
@@ -107,11 +107,11 @@ class MediLow
107
107
 
108
108
  def alltogether
109
109
  @product_allergic_3.each do |prod|
110
- @customer_data[prod.id] = "Hi, How's your health. "
110
+ @customer_data[prod.id] = "Hi, "
111
111
  if (@medical_confirmation.disease == "yes")
112
- @customer_data[prod.id] << " We care a lot for you, Please consult doctor before having pizza's. Since, you have disease already which is prone to this."
112
+ @customer_data[prod.id] << " We care a lot for you, We have identified that you are infected with disease. Please consult with doctor before having pizza's."
113
113
  else
114
- @customer_data[prod.id] << " Be careful with your food choice, Since your have high health issues."
114
+ @customer_data[prod.id] << " How's your health."
115
115
  if (@medical_confirmation.foodHabit == prod.foodType)
116
116
  @customer_data[prod.id] << " This is your favorite food type."
117
117
  if (@medical_confirmation.allergens == prod.allergens) #&& @medical_confirmation.userName == @user_medical_check.firstName)
@@ -119,7 +119,7 @@ class MediLow
119
119
  else
120
120
  @customer_data[prod.id] << " Good Choice."
121
121
  if(prod.calorie>250)
122
- @customer_data[prod.id] << " Burn your calories accordingly. That's a high calories pizza."
122
+ @customer_data[prod.id] << " Do exercise to burn #{prod.calorie} calories accordingly"
123
123
  else
124
124
  @customer_data[prod.id] << " Have a healthy life."
125
125
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: medical_strategy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kishore Kumar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler