Rain-Bus
f7f1a4c0cb
refactor: split monolithic phase tests into per-module test files
...
- rename test_admin_phase4.py -> test_admin.py, test_search.py -> test_searcher.py
- split test_phase5.py into test_cleaner, test_embedder, test_image_extractor, test_pages
- move schema tests from test_summarizer.py into dedicated test_schemas.py
- add sample_papers_range and sample_papers_with_summary fixtures in conftest
- update .gitignore to exclude all of data/
2026-06-06 00:34:30 +08:00
Rain-Bus
85c4cfb9e8
refactor: restructure services and add image/pdf extraction utilities
...
- Add image_extractor, pdf_downloader, pi_client, trends services
- Add shared utils module
- Refactor summarizer, embedder, routes for cleaner separation
- Update tests to match new service structure
2026-06-06 00:00:55 +08:00
Rain-Bus
1538d564f6
feat: add search and user data routes, services, and tests
2026-06-05 22:53:27 +08:00
Rain-Bus
29e6797c12
feat: add admin routes, summarizer service, and CLI summarize command
...
- Add /admin routes for manual trigger and status inspection
- Add summarizer service with batch/single summary support
- Add summarize CLI command (single arxiv_id or batch pending)
- Register admin router in main app
- Add tests for summarizer
2026-06-05 22:29:33 +08:00