arbret/backend/routes
counterweight b3ed81e8fd
Phase 4: API Endpoint
- Add RandomNumberOutcomeResponse schema to schemas.py
- Add GET /api/audit/random-jobs endpoint to routes/audit.py
- Returns list of outcomes (newest first, no pagination)
- Requires VIEW_AUDIT permission
- Add tests: admin can access, regular user forbidden, unauthenticated 401
2025-12-21 22:53:54 +01:00
..
__init__.py first implementation 2025-12-20 22:18:14 +01:00
audit.py Phase 4: API Endpoint 2025-12-21 22:53:54 +01:00
auth.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
availability.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
booking.py fix pre-commit hook and code quality fixes 2025-12-21 22:14:48 +01:00
counter.py Phase 2: Job enqueueing from counter 2025-12-21 22:44:31 +01:00
invites.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
meta.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
profile.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00
sum.py Add ruff linter/formatter for Python 2025-12-21 21:54:26 +01:00