# Goondex TODO / DONE ## TODO (v0.1.0-dev4+) - [ ] Add image ingestion pipeline (WebP downscale, cached thumbs) for performers (multi-image support) and scenes; make it non-blocking with concurrency caps. - [ ] Add image backfill/enrichment command for performers/scenes (fetch missing thumbs, skip existing). - [ ] Build a movie ingest path (TPDB and/or Adult Empire) that feeds the `movies` tables and populates the movies pages. - [ ] Align the web stack on a single CSS pipeline (deprecate legacy `style.css`, keep goondex + scoped component files). - [ ] Add lightweight UI validation (lint/smoke tests) for navigation, modals, and search to catch regressions early. ## DONE - [x] Bulk performer/studio/scene imports paginate until empty (ignore TPDB 10k cap) to maximize coverage. - [x] Split card styling into per-context files (base, performers, studios, scenes) and updated listing templates to use them. - [x] Created shared task lists (`docs/TODO.md`, `docs/WEB_TODO.md`) to keep engineering and web work in sync. - [x] Adult Empire scraper + TPDB merge support for performers (see `SESSION_SUMMARY_v0.1.0-dev4.md`).