bloombase/plants
Stephan Kerkman 34f6c3652e fix: trigger species search on button click, not on input change
Avoids burning Perenual API quota on every keystroke.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 10:23:45 +02:00
..
migrations fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
services feat: add Perenual API service with error fallback 2026-05-28 09:49:32 +02:00
templates/plants fix: trigger species search on button click, not on input change 2026-05-28 10:23:45 +02:00
tests feat: pruning calendar grouped by urgency 2026-05-28 10:06:55 +02:00
utils fix: pruning_status uses 6-month window for overdue detection 2026-05-28 09:46:49 +02:00
views feat: pruning calendar grouped by urgency 2026-05-28 10:06:55 +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 PlantForm and PruningLogForm 2026-05-28 09:48:06 +02:00
models.py fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +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