982 B
982 B
Goondex TODO / DONE
TODO
- Implement bulk studio import (
./goondex import all-studios) with the same pagination/resume flow as the performer importer. - Implement bulk scene import (
./goondex import all-scenes) and wire the CLI/UI to the new data set. - Build a movie ingest path (TPDB and/or Adult Empire) that feeds the
moviestables 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
- Split card styling into per-context files (base, performers, studios, scenes) and updated listing templates to use them.
- Created shared task lists (
docs/TODO.md,docs/WEB_TODO.md) to keep engineering and web work in sync. - Adult Empire scraper + TPDB merge support for performers (see
SESSION_SUMMARY_v0.1.0-dev4.md).