bloombase/plants
Stephan Kerkman a57415983b feat: VPC species search alongside Perenual
- New plants/services/vpc.py: search VPC (vasteplantencatalogus.nl) by
  keyword and scrape full plant detail on select
- Both searches run in parallel via ThreadPoolExecutor
- species_results partial shows results from both sources with colour-coded
  source badges (green = Perenual, blue = VPC)
- vpc_select view scrapes the detail page on select, creates Species with
  bloom_months, max_height_cm, sunlight from the VPC page
- Species.vpc_slug field (migration 0005) prevents re-importing the same plant
- beautifulsoup4 added to requirements
- Handles VPC unavailability gracefully (empty results, no error shown to user)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 18:44:06 +02:00
..
migrations feat: VPC species search alongside Perenual 2026-05-28 18:44:06 +02:00
services feat: VPC species search alongside Perenual 2026-05-28 18:44:06 +02:00
templates/plants feat: VPC species search alongside Perenual 2026-05-28 18:44:06 +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: VPC species search alongside Perenual 2026-05-28 18:44:06 +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: VPC species search alongside Perenual 2026-05-28 18:44:06 +02:00
tests.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00
urls.py feat: VPC species search alongside Perenual 2026-05-28 18:44:06 +02:00
views.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00