scholarr/app/services/scholars
Justin Visser 6742eff773 feat(scholars): add multiselect and bulk actions (delete, toggle, export)
Add Set<number>-based selection state to ScholarsPage with checkboxes
in both table and card views, select-all toggle, and stale-key pruning.

Backend: POST /scholars/bulk-delete, POST /scholars/bulk-toggle, and
GET /scholars/export?ids= filter. Service functions use user-scoped
queries. Structured logging for bulk operations.

Frontend: useScholarBulkActions composable extracts selection and bulk
action logic. AppSelect-based action dropdown with dynamic options.
Delete prompts window.confirm; enable/disable applies immediately.
Export downloads filtered JSON.

Includes integration tests for all bulk endpoints and frontend unit
tests for selection toggle, select-all, and stale pruning.
2026-03-07 16:11:25 +01:00
..
__init__.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
application.py feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 16:11:25 +01:00
author_search.py refactor: decompose scholars service and pdf_queue into focused modules 2026-02-27 14:39:12 +01:00
author_search_cache.py fix: resolve all mypy type errors across service modules 2026-02-27 15:49:27 +01:00
constants.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
exceptions.py ci: add CodeQL security scanning and Dependabot 2026-02-27 00:05:17 +01:00
search_hints.py Initial release prep 2026-02-27 10:46:05 +01:00
uploads.py Initial release prep 2026-02-27 10:46:05 +01:00
validators.py Initial release prep 2026-02-27 10:46:05 +01:00