1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/test/fixtures/quantities.yml
2021-02-07 11:02:41 +01:00

50 lines
733 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_target_above:
<<: *DEFAULTS
domain: target
lft: 5
rgt: 8
depth: 0
name: above
description: Lower bound
quantities_target_range:
<<: *DEFAULTS
parent: quantities_target_above
domain: target
lft: 6
rgt: 7
depth: 1
name: and below
description: Range
quantities_target_equal:
<<: *DEFAULTS
domain: target
lft: 9
rgt: 10
depth: 0
name: equal
description: Exact value