Skip to content

Releases: arnard76/grow-run-archive

The Basics (not pretty, but working)

03 Jul 10:08
Compare
Choose a tag to compare

https://freefood.atlassian.net/wiki/x/AYCEAw

Lifetime

from 20th November 2023 to 3rd July 2024

Purpose

To neatly store and organize all information related to a set of ‘grow runs’.

Requirements

CRUD = ability of grower to manage the values

each grow run can have the following information:

  • grow run details
    • nameRUD
    • start & end datetimesRUD
    • durationR
      • calculated from start & end date time
  • harvest details
    • a harvestCRU
      • /# of leaves harvested
      • weight of harvest in grams
      • datetime of harvest
    • harvest summaryR
      • total weight harvested in grams
      • total # of leaves harvested
      • average weight of a leaf in grams

grow conditions

conditions added so far

air temperature °C

water temperature in °C

water level in mm

a grow conditionCRU

datetime

value

resources used in experiment

resources listCRUD

cost of X amount of resource

add resource usageCRUD

which resource was used?

how much was used?