bloombase/plants/migrations
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
..
0001_initial.py feat: add Species, Plant, PruningLog models 2026-05-27 19:51:11 +02:00
0002_alter_pruninglog_plant_alter_species_max_height_cm.py fix: use related_name='pruning_logs' and PositiveIntegerField for max_height_cm 2026-05-27 19:59:35 +02:00
0003_add_bloom_months.py feat: replace pruning UI with bloom months 2026-05-28 17:03:25 +02:00
0004_location_plantphoto.py feat: location FK, multi-photo gallery, hide pruning history 2026-05-28 18:27:45 +02:00
0005_species_vpc_slug.py 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