scholarr/tests/integration
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 First product 2026-02-17 14:51:25 +01:00
helpers.py after audit 2026-03-01 18:14:22 +01:00
test_api_admin.py fix(ci): use theme tokens for badges, update pdf-queue test 2026-03-07 15:32:42 +01:00
test_api_auth.py after audit 2026-03-01 18:14:22 +01:00
test_api_publications.py after audit 2026-03-01 18:14:22 +01:00
test_api_publications_advanced.py after audit 2026-03-01 18:14:22 +01:00
test_api_runs.py after audit 2026-03-01 18:14:22 +01:00
test_api_scholars.py fix(scholars): improve validation, fix delete, add status badges 2026-03-07 14:05:39 +01:00
test_api_scholars_bulk.py feat(scholars): add multiselect and bulk actions (delete, toggle, export) 2026-03-07 16:11:25 +01:00
test_api_settings.py after audit 2026-03-01 18:14:22 +01:00
test_data_repair_jobs.py Initial release prep 2026-02-27 10:46:05 +01:00
test_db_integrity.py Initial release prep 2026-02-27 10:46:05 +01:00
test_deferred_enrichment.py style: fix ruff lint and format issues across service modules 2026-02-27 16:24:36 +01:00
test_fixture_probe_runs.py fix: resolve mypy errors, fix arxiv test session isolation, and add premerge script 2026-03-02 12:46:10 +01:00
test_migrations.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
test_multi_user_schema.py Added run state front end support 2026-02-19 20:07:08 +01:00
test_new_publication_detection.py added test for new publication detection 2026-03-02 13:58:50 +01:00
test_run_lifecycle_consistency.py fix: resolve mypy errors, fix arxiv test session isolation, and add premerge script 2026-03-02 12:46:10 +01:00