-
Notifications
You must be signed in to change notification settings - Fork 2
Description
The Issues
I did another Gridscore training with some colleagues yesterday, and one thing that came up several times was how multi-valued traits are currently entered and saved. Several folks said they will score 3-5 plants for a trait per plot before moving on to the next plot. However, if they enter that data right now, they need to enter the values one at a time, click "save" to exit the plot menu, and then reopen the data collection menu again to enter the rest of the values one by one.
Also, with some of the traits, folks wanted to know if they had collected the proper amount of data points in their multivalued trait. For instance, if they always measure the height of 3 plants in the plot, it would be nice to visually see somehow that they collected 3 data points for that plot. Right now the circle stays half full as long as you have collected at least one data point, and never gets filled in all the way.
Possible Solutions
For the first issue, would it make sense to have a "next" button in the plot data menu to allow folks to quickly enter the next observation for a multi-trait? I'm not sure if the way it's currently implemented is a limitation of the underlying data structure, but I thought I'd bring it up as a possible feature to add.
Secondly, when setting up a trait, could you add an optional field to set the number of expected values for a multi-trait, and once that number of points has been entered, the circle would be completely filled in?