bloombase/plants
Stephan Kerkman b88ba03884 feat: location FK, multi-photo gallery, hide pruning history
- Location model: plants now FK to Location instead of free-text CharField
- Data migration 0004 converts existing location strings to Location objects
- PlantForm uses ModelChoiceField dropdown + inline "add new location" text field
- PlantPhoto model: multiple photos per plant with is_thumbnail flag
- Plant.thumbnail_url property: picks marked thumbnail, falls back to first photo then legacy photo field
- Photo gallery partial: upload, set thumbnail (★), delete (✕) with HTMX swaps on #photo-gallery
- plant_detail: uses thumbnail_url for hero image, pruning history section removed
- plant_list search updated: location__name__icontains instead of location__icontains
- Three new URL routes: upload_photo, set_thumbnail, delete_photo
- All 53 tests updated and passing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 18:27:45 +02:00
..
migrations feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +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: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +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: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
models.py feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00