diff --git a/src/data/plants.js b/src/data/plants.js index 34e86b9..1de26f7 100644 --- a/src/data/plants.js +++ b/src/data/plants.js @@ -56,23 +56,35 @@ const daylilies = [ }).add(geo.offset(lotCorner), geo.east(geo.ft(112)), geo.south(geo.ft(3))), new Daylily("Night Stalker", { gardenOrgId: "58861", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(112)), geo.south(geo.ft(5))), new Daylily("Lemon Fringed Lemons", { gardenOrgId: "185536", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(112)), geo.south(geo.ft(7))), new Daylily("Joan Derifield", { gardenOrgId: "4765", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(112)), geo.south(geo.ft(9))), new Daylily("Predatory Flamingo", { gardenOrgId: "61201", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(112)), geo.south(geo.ft(11))), - new Daylily("Unknown", { + new Daylily("Double Me", { + gardenOrgId: "7872", + plantedDate: "2022-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(109)), geo.south(geo.ft(7))), - new Daylily("Unknown", { + new Daylily("Lipstick Spitfire", { + gardenOrgId: "708897", + plantedDate: "2022-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(109)), geo.south(geo.ft(9))), - new Daylily("Unknown", { + new Daylily("Jerry Hyatt", { + gardenOrgId: "32921", + plantedDate: "2022-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(107)), geo.south(geo.ft(8))), - new Daylily("Unknown", { + new Daylily("Take Me Home", { + gardenOrgId: "791256", + plantedDate: "2022-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(107)), geo.south(geo.ft(10))), new Daylily("Orange Daylily", { gardenOrgId: "48484", @@ -112,12 +124,15 @@ const daylilies = [ }).add(geo.offset(lotCorner), geo.east(geo.ft(1)), geo.south(geo.ft(25))), new Daylily("J.T. Davis", { gardenOrgId: "29649", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(1)), geo.south(geo.ft(31))), new Daylily("Tea for Teagan", { gardenOrgId: "787574", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(1)), geo.south(geo.ft(34))), new Daylily("Burning So Brightly", { gardenOrgId: "610042", + plantedDate: "2023-05-01", }).add(geo.offset(lotCorner), geo.east(geo.ft(2)), geo.south(geo.ft(32.5))), new Daylily("You Had Me at Hello", { gardenOrgId: "235117",