Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Consolidates #1 (draw boxes on a map to define garden plots) and #4 (yard/garden taxonomy isn't great). #4 depends on #1 — a good visual editor is what fixes the taxonomy — so tracking them as one piece of work.
Goal
A map/plot view of the property where you draw boxes (beds, zones, plots) to lay out the garden visually, and each box is a
Locationin the existing tree. Drawing a bed creates/edits a Location; plants placed in that bed show on the map. farmOS-style, homestead-scale.How it maps to what exists
Locationalready models places (self-ref tree,LocationKind, unlimited depth). Plants are leaves in a Place. So the map is a spatial editor overLocation, not a new domain.Locationhas no coordinates. Add optional geometry (e.g.x/y/w/hfor simple boxes, or GeoJSON polygon for irregular beds) — nullable, so non-garden places (Basement, Shelf B) are unaffected.LocationKind.AREAis the obvious "drawable" kind.Open questions (need Tony's decisions before building)
Rough phases (once decisions are made)
Location+ migration; decide box vs GeoJSON.Out of scope (for now)
GPS/real coordinates, multi-property, planting-density automation — revisit after v1 lands.
Filed from a wrap-up session (2026-07-12) to capture the parked #1+#4 work with requirements written down. Not started.