bloombase/plants
Stephan Kerkman 99fd95ee80 chore: rename PlantDB to BloomBase
Rename Django project module plantdb/ → bloombase/, update all
references in manage.py, docker-compose.yml, wsgi/asgi/settings.
Replace PlantDB with BloomBase in all template titles and navbar.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 12:36:20 +02:00
..
migrations feat: card scanning, OCR improvements, crop thumbnail, VPC enrichment 2026-05-29 21:54:59 +02:00
services fix: guard against malformed API response and empty matches list 2026-05-30 21:01:47 +02:00
templates/plants chore: rename PlantDB to BloomBase 2026-05-31 12:36:20 +02:00
templatetags feat: month strip display, fix dashboard counter, styled month form 2026-05-28 15:05:13 +02:00
tests feat: update nav, remove Perenual UI, fix delete button alignment 2026-05-30 20:55:32 +02:00
utils fix: clear overdue when pruned after the scheduled month 2026-05-28 16:43:15 +02:00
views feat: save identify photos as plant thumbnails after wizard completes 2026-05-30 22:03:33 +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 frost_hardiness_c and planting_density_m2 to Species model 2026-05-30 21:04:25 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: wire identify URL routes and stub views 2026-05-30 17:37:46 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00