bloombase/plants/migrations
Stephan Kerkman 7fef359ae0 feat: store VPC raw scrape data and add reset button
Species.vpc_raw (JSONField) stores the full scrape payload at import time.
vpc_species_reset view restores bloom_months, sunlight, max_height_cm etc.
from that snapshot. If vpc_raw is missing (species imported before this
feature), it re-scrapes from VPC on demand and saves the result.
Reset button appears on plant detail page for any plant with a VPC species.
A 'next' hidden field returns the user to the same plant after reset.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-28 18:49:15 +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
0006_species_vpc_raw.py feat: store VPC raw scrape data and add reset button 2026-05-28 18:49:15 +02:00
__init__.py feat: scaffold Django project with plants app 2026-05-27 19:40:58 +02:00