bloombase/plants
2026-05-30 21:59:37 +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 fix: restore hero OOB swap after gallery innerHTML fix 2026-05-30 21:46:02 +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 fix: catch all exceptions in identify_upload, log unexpected errors 2026-05-30 21:59:37 +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