bloombase/plants
Stephan Kerkman a60c99ed93 feat: replace pruning UI with bloom months
- Add bloom_months to Plant and Species models (migration 0003)
- Swap pruning_months form field for bloom_months throughout
- Plant detail shows green bloom strip instead of pruning strip
- Dashboard shows 'Blooming now' count and list instead of overdue pruning
- Remove ✂️ pruning calendar from nav (feature hidden, backend intact)
- Update dashboard tests to reflect new context

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 17:03:25 +02:00
..
migrations feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
services fix: surface Perenual API errors instead of silently returning no results 2026-05-28 10:37:30 +02:00
templates/plants feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +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: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
models.py feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: species search with HTMX and Perenual caching on select 2026-05-28 10:04:02 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00