scholarr/app/api/routers
Justin Visser f501ea4f94 fix(frontend): confirm modal, settings display, race guard, and test coverage
- S1: Replace window.confirm() with AppConfirmModal for delete actions
- S4: Add formatHours helper to avoid ugly decimals in settings hints
- W5: Add generation counter to SettingsAdminPanel to prevent stale
  async results when section changes rapidly
- S7: Remove unused ApiRequestError import from useScholarBulkActions
- S2: Add error-path tests for bulk delete/toggle network failures
- S3: Add CSRF boundary tests for bulk-delete and bulk-toggle endpoints
2026-03-07 18:07:29 +01:00
..
__init__.py ci: add ruff linting and mypy type checking 2026-02-26 22:11:41 +01:00
admin.py Initial release prep 2026-02-27 10:46:05 +01:00
admin_dbops.py fix(backend): harden bulk endpoints and redact pdf-queue email for non-admins 2026-03-07 17:57:37 +01:00
admin_settings.py fix: handle optional cookie field for mypy type check 2026-03-01 23:04:02 +01:00
auth.py Initial release prep 2026-02-27 10:46:05 +01:00
publications.py Initial release prep 2026-02-27 10:46:05 +01:00
run_manual.py Bugfixeds 2026-03-01 22:54:23 +01:00
run_serializers.py refactor: extract helpers from oversized router and scheduler files 2026-02-27 15:41:23 +01:00
runs.py fix(db,frontend): reserve DB connections for API and reduce frontend polling 2026-03-02 19:09:06 +01:00
scholar_helpers.py refactor: extract helpers from oversized router and scheduler files 2026-02-27 15:41:23 +01:00
scholars.py fix(frontend): confirm modal, settings display, race guard, and test coverage 2026-03-07 18:07:29 +01:00
settings.py Initial release prep 2026-02-27 10:46:05 +01:00