scholarr/app
Justin Visser 72bc046215 refactor: extract helpers from remaining long functions
- Extract _start_manual_run and _spawn_background_execution from run_manual route
- Extract _upsert_page_publications to deduplicate pagination loop
- Extract _classify_attempt from fetch_and_parse_with_retry
- Extract _log_alert_threshold_warnings from complete_run_for_user
- Functions 3f-3j accepted as kwargs-exception (body ≤50 lines excluding signatures)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 16:21:49 +01:00
..
api refactor: extract helpers from remaining long functions 2026-02-27 16:21:49 +01:00
auth Initial release prep 2026-02-27 10:46:05 +01:00
db ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
http ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
security fix: resolve remaining ruff lint and mypy type errors 2026-02-26 22:58:55 +01:00
services refactor: extract helpers from remaining long functions 2026-02-27 16:21:49 +01:00
__init__.py First product 2026-02-17 14:51:25 +01:00
logging_config.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_context.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
logging_utils.py refactor: add structured_log utility to eliminate logging boilerplate 2026-02-26 21:31:32 +01:00
main.py Initial release prep 2026-02-27 10:46:05 +01:00
settings.py decompose application.py into enrichment, scholar processing, run completion 2026-02-27 14:19:39 +01:00