yahiaelgamal/smartsoft-14

Modification in our class-diagram

Closed this issue · 4 comments

47 new attributes have been added to the Item-Model
field :fiber , type: Integer
field :vitamin_a , type: Integer
field :vitamin_b , type: Integer
field :vitamin_c , type: Integer
field :vitamin_d , type: Integer
field :vitamin_e , type: Integer
field :vitamin_k , type: Integer
field :fiber , type: Integer
field :folate, type: Integer
field :thiamin, type: Integer
field :riboflavin, type: Integer
field :pantothenic_acid, type: Integer
field :choline, type: Integer
field :niacin, type: Integer
field :betaine, type: Integer
field :calcium, type: Integer
field :copper, type: Integer
field :fluoride, type: Integer
field :iron, type: Integer
field :magnesium, type: Integer
field :manganese, type: Integer
field :phosphorus, type: Integer
field :selenium, type: Integer
field :zinc, type: Integer
field :potassium, type: Integer
field :sodium, type: Integer
field :starch, type: Integer
field :sugar, type: Integer
field :fatty_acids, type: Integer
field :trans_fat, type: Integer
field :saturated_fat, type: Integer
field :monounsaturated, type: Integer
field :polyunsaturated, type: Integer
field :trans_monoenoic, type: Integer
field :trans_polyenoic, type: Integer
field :omega_3, type: Integer
field :cartenoids, type: Integer
field :tocopherol, type: Integer
field :retinol, type: Integer
field :beta_carotene, type: Integer
field :alpha_carotene, type: Integer
field :sucrose, type: Integer
field :glucose, type: Integer
field :fructose, type: Integer
field :maltose, type: Integer
field :calories, type: Integer
field :minerals, type: Integer

great thanks zimmboo
@ZzimBoo91

@ZzimBoo91
why to fiber fields ??
field :fiber , type: Integer
field :fiber , type: Integer

I've seen that mistake and handled it in my model last night. I changed the type to Float rather than Integer, which is more realistic with such specifications. @sedramina