59 lines
862 B
YAML
59 lines
862 B
YAML
DEFAULTS: &DEFAULTS
|
|
project_id: 1
|
|
parent: null
|
|
|
|
quantities_energy:
|
|
<<: *DEFAULTS
|
|
domain: diet
|
|
lft: 1
|
|
rgt: 2
|
|
depth: 0
|
|
name: Energy
|
|
description: Total energy
|
|
|
|
quantities_proteins:
|
|
<<: *DEFAULTS
|
|
domain: diet
|
|
lft: 3
|
|
rgt: 4
|
|
depth: 0
|
|
name: Proteins
|
|
description: Total amount of proteins
|
|
|
|
quantities_fats:
|
|
<<: *DEFAULTS
|
|
domain: diet
|
|
lft: 5
|
|
rgt: 6
|
|
depth: 0
|
|
name: Fats
|
|
description: Total amount of fats
|
|
|
|
quantities_target_above:
|
|
<<: *DEFAULTS
|
|
domain: target
|
|
lft: 7
|
|
rgt: 10
|
|
depth: 0
|
|
name: above
|
|
description: Lower bound
|
|
|
|
quantities_target_range:
|
|
<<: *DEFAULTS
|
|
parent: quantities_target_above
|
|
domain: target
|
|
lft: 8
|
|
rgt: 9
|
|
depth: 1
|
|
name: and below
|
|
description: Range
|
|
|
|
quantities_target_equal:
|
|
<<: *DEFAULTS
|
|
domain: target
|
|
lft: 11
|
|
rgt: 12
|
|
depth: 0
|
|
name: equal
|
|
description: Exact value
|