v0.2.0 — Plant autocomplete + annual/perennial flower categories
This commit is contained in:
@@ -61,10 +61,13 @@ enum PlantCategory {
|
||||
HERB // comfrey, yarrow, mint, chives
|
||||
GROUNDCOVER // strawberries, clover, creeping thyme
|
||||
VINE // grapes, hops, kiwi
|
||||
ANNUAL // tomatoes, squash, beans — seasonal
|
||||
PERENNIAL // asparagus, rhubarb, perennial veg
|
||||
BULB // garlic, onions, tulips
|
||||
MUSHROOM // shiitake log, oyster bed, etc.
|
||||
ANNUAL_VEGETABLE // tomatoes, squash, beans, peppers — seasonal veg
|
||||
ANNUAL // legacy, treated as annual vegetable
|
||||
ANNUAL_FLOWER // zinnias, marigolds, nasturtiums, cosmos
|
||||
PERENNIAL // asparagus, rhubarb, perennial veg
|
||||
PERENNIAL_FLOWER // coneflower, bee balm, black-eyed susan
|
||||
BULB // garlic, onions, tulips, daffodils
|
||||
MUSHROOM // shiitake log, oyster bed, etc.
|
||||
OTHER
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user