Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After I harvest, ask if I have seeds to trade #862

Open
CloCkWeRX opened this issue Apr 10, 2016 · 18 comments
Open

After I harvest, ask if I have seeds to trade #862

CloCkWeRX opened this issue Apr 10, 2016 · 18 comments

Comments

@CloCkWeRX
Copy link
Collaborator

#501 related.

If I harvest a few kg of pumpkin, it would be good to be given a howto on harvesting the seeds etc (a simple google link to avoid us having to capture the data).

Some time later, it would be good to be prompted to see if I had seeds to trade (in the email what have you planted reminder)

@maco
Copy link
Member

maco commented May 23, 2016

This probably only makes sense if the harvested part is "fruit" (wait, do we have a "seed head" option? because alliums do put out seed heads hmmm) but not if it's, say, leaves. Clipping my mint doesn't mean it went to seed, and not everything does go to seed.

@pozorvlak
Copy link
Member

pozorvlak commented May 23, 2016

I suspect any attempt to limit this to "fruit" etc will be defeated by the infinite cussedness of biology. Maybe we need a harvesting_produces_seeds boolean field on Crop?

@maco
Copy link
Member

maco commented May 23, 2016

Then there's the stuff that produces seeds when you fail to harvest it,
because failing to harvest made it bolt... bleh

On Mon, May 23, 2016 at 10:36 AM pozorvlak notifications@github.com wrote:

I suspect any attempt to limit this to "fruit" etc will be defeated by the
infinite cussedness of biology. Maybe we need a harvesting_produces_seeds
boolean field on Crop?


You are receiving this because you commented.

Reply to this email directly or view it on GitHub
#862 (comment)

@andru
Copy link

andru commented May 24, 2016

There's also the problem that most vegetable crops cross freely, making harvest a bit late to offer seed saving advice.

It's really only Tomatoes and a select few others which self pollinate almost exclusively, making seed saving a convenient afterthought for those crops. For the rest, providing seed saving advice after harvest when a user has planted 3 kinds of Cucurbita pepo (e.g. A zuccini, a crookneck and an acorn squash) or Jalapeños alongside their Bell Pepper Capsicums is going to leave someone with a seed bank of screwy genetics which really shouldn't be shared.

I think the idea of encouraging seed saving is great though... maybe the advice could be offered at the trigger most applicable to the crop in question? E.g. for closed self pollinating flowers like Tomatoes it's advice on saving seed given at harvest; for insect pollinated flowers like squashes it's advice given on hand pollinating flowers given when they are first flowering; for wind pollinated or insect pollinated flowers which are difficult to hand pollinate like corn or brassicas, it's advice on techniques for isolating the crop and the distance required between plantings of different varieties required to get a good harvest of true seed.

That makes it a lot more complicated, but I'm not sure how useful of a feature it would be otherwise?

@andru
Copy link

andru commented May 24, 2016

Or, for something much less complicated, maybe each crop has some seed saving instructions - detailing what kind of pollinator the plant is, the work involved in keeping the seed true to type, and some details on harvesting, cleaning and storing the seed - and that information is made prominent when first planting the crop so the user is exposed to that information early and can plan for it accordingly?

@pozorvlak
Copy link
Member

pozorvlak commented May 24, 2016 via email

@CloCkWeRX
Copy link
Collaborator Author

So I was thinking the data collection would be tedious; and we might be best off sticking a link like

<a href="https://www.google.com/search?q=harvest+zucchini+seeds" target="_blank" />

on the assorted crop pages

@andru
Copy link

andru commented May 25, 2016

Maybe that could be a fall-back? Or maybe we show nothing at all unless a crop has some seed saving guidance defined.

There are a lot of crops, for example, which you can't or rarely propagate by seed (peppermint hybrids, most fruit bushes/trees, etc), so a link to google for seed saving advice could be misleading.

Lots of seed saving instructions are fairly generic and apply broadly to a whole genera or sub group, so it's easy to cover a large number of common garden vegetables with little work.

Does the crop model have any concept of hierarchy? i.e. can we set some property on the genus Cucurbita and have that property propagate to all species within that genus? If so, that would be an easy way to make available some details to a large number of crops very easily.

@maco
Copy link
Member

maco commented May 25, 2016

Yes, there are parent & child crops. How well-structured they are depends
on how much extra work the crop wrangler who approved a particular crop
felt like doing.

On Wed, May 25, 2016 at 1:19 PM Andru Vallance notifications@github.com
wrote:

Maybe that could be a fall-back? Or maybe we show nothing at all unless a
crop has some seed saving guidance defined.

There are a lot of crops, for example, which you can't or rarely propagate
by seed (peppermint hybrids, most fruit bushes/trees, etc), so a link to
google for seed saving advice could be misleading.

Lots of seed saving instructions are fairly generic and apply broadly to a
whole genera or sub group, so it's easy to cover a large number of common
garden vegetables with little work.

Does the crop model have any concept of hierarchy? i.e. can we set some
property on the genus Cucurbita and have that property propagate to all
species within that genus? If so, that would be an easy way to make
available some details to a large number of crops very easily.


You are receiving this because you commented.

Reply to this email directly or view it on GitHub
#862 (comment)

@pozorvlak
Copy link
Member

Also, the crop hierarchy doesn't always line up with genus/species
boundaries (deliberately - consider all the different varieties of
Brassica oleracea!)

@andru
Copy link

andru commented May 27, 2016

Also, the crop hierarchy doesn't always line up with genus/species deliberately - consider all the different varieties of Brassica oleracea

Going a bit off topic here for a moment, so please excuse the diversion but just want to point out that the number of varieties, even morphologically very distinct varieties, within a species is not a barrier to a concept of hierarchy in a crop model.

In this case ICNCP cultivar Groups are very helpful in organising a hierarchy for the many Brassica varieties, grouping by shared traits (Broccolis, Cabbages, Kales, and so on)...

e.g. B. oleracea varieties cultivated primarily for the flowering heads fall non-exclusively within the Italica cultivar group, so the hierarchy for 'Early Purple Sprouting' Broccoli is...

Brassica > B. oleracea > B. oleracea Italica Group > B. oleracea 'Early Purple Sprouting'

@pozorvlak
Copy link
Member

the number of varieties, even morphologically very distinct varieties,
within a species is not a barrier to a concept of hierarchy in a crop model.

Indeed not, and we already have a concept of hierarchy in our crop model
:-) The thing we wanted to avoid was a naïve "crop == species" constraint,
or something similar.

In this case ICNCP cultivar Groups
https://en.wikipedia.org/wiki/Cultivar_group are very helpful in
organising a hierarchy for the many Brassica varieties, grouping by shared
traits (Broccolis, Cabbages, Kales, and so on)...

Oh, excellent - I didn't know about those, and they look very useful!
Perhaps in future we should restructure our crop hierarchy along more
ICNCP-like lines.

@andru
Copy link

andru commented May 29, 2016

Indeed not, and we already have a concept of hierarchy in our crop model
:-) The thing we wanted to avoid was a naïve "crop == species" constraint,
or something similar.

👍 🙌

@Br3nda
Copy link
Member

Br3nda commented Apr 16, 2017

I do want to track the lineage of my food (and this culturally important to many peoples in the world). So linking a "seed" to a planting seems the first step. Along with prompts to enter it at harvest time.

There lots of places the ui can prompt more generally, creating frictionless edits, eg tomato plantings that are more than a year old should nudge the user (in browser) to mark as finished.

@Br3nda
Copy link
Member

Br3nda commented Apr 16, 2017

Seed -> planting ->seed -> planting-> seed...
All many to many.
With harvests along the way.

@Br3nda
Copy link
Member

Br3nda commented Apr 16, 2017

Entering past data would be good too. Recording that this kamokamo came from grandad's seed saving...

@Br3nda
Copy link
Member

Br3nda commented Jan 21, 2018

I wonder if we can have the seed saving advice hosted on openfarm.cc, and either link to it, or request from their api.

@Br3nda Br3nda added this to Ready in Growstuff Apr 8, 2019
@CloCkWeRX
Copy link
Collaborator Author

https://www.growstuff.org/harvests/clockwerx-purslane

Kind of got solved - show harvest page features save seeds as an option by virtue of the crop partial.

Original issue, solved.

The guide for saving the seeds... Might add a generic field to crops

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Growstuff
  
Ready
Development

No branches or pull requests

5 participants