bloombase/plants
Stephan Kerkman fad4642075 feat: add per-plant watering and sunlight overrides with icon chips
Plant-level watering/sunlight fields override the species defaults.
Rendered as btn-check radio buttons in the edit form; detail page
shows the plant value (with emoji) falling back to species data.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 11:54:10 +02:00
..
migrations feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
services feat: import VPC plant by pasting URL directly in search 2026-05-28 20:20:06 +02:00
templates/plants feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: show plant card button on detail page when card photos exist 2026-05-28 21:59:04 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: show plant card button on detail page when card photos exist 2026-05-28 21:59:04 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
admin.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
apps.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
forms.py feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
models.py feat: add per-plant watering and sunlight overrides with icon chips 2026-05-29 11:54:10 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: add delete_card_photo view and URL 2026-05-28 21:54:37 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00