scholarr/app/api
Justin Visser d9be57a6c1 fix: URL-length-aware OpenAlex batching and eager scholar metadata hydration
- Replace fixed batch_size=25 with URL-byte-length-aware chunking for
  OpenAlex title.search queries. Long/Unicode titles caused URLs to
  exceed server limits, resulting in 500 errors.
- Always hydrate scholar profile metadata (name, image) on creation,
  even when an initial scrape job is queued, so the UI shows profile
  info immediately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 23:42:15 +01:00
..
routers fix: URL-length-aware OpenAlex batching and eager scholar metadata hydration 2026-03-01 23:42:15 +01:00
schemas Bugfixeds 2026-03-01 22:54:23 +01:00
__init__.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
deps.py removed old UI 2026-02-17 15:21:08 +01:00
errors.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
media.py Initial release prep 2026-02-27 10:46:05 +01:00
responses.py First product 2026-02-17 14:51:25 +01:00
router.py decompose application.py into enrichment, scholar processing, run completion 2026-02-27 14:19:39 +01:00
runtime_deps.py Initial release prep 2026-02-27 10:46:05 +01:00