chrysopedia/backend
jlightner a5d3af55ca feat: Built Redis sliding-window rate limiter, ChatUsageLog model with…
- "backend/rate_limiter.py"
- "backend/models.py"
- "backend/routers/chat.py"
- "backend/chat_service.py"
- "backend/config.py"
- "alembic/versions/031_add_chat_usage_log.py"

GSD-Task: S04/T01
2026-04-04 13:36:29 +00:00
..
pipeline chore: Add GET/PUT shorts-template admin endpoints, collapsible templat… 2026-04-04 11:25:29 +00:00
routers feat: Built Redis sliding-window rate limiter, ChatUsageLog model with… 2026-04-04 13:36:29 +00:00
scripts feat: Added LightRAG /query/data as primary search engine with file_sou… 2026-04-04 04:44:24 +00:00
services chore: Added SMTP config, User notification_preferences JSONB, EmailDig… 2026-04-04 12:11:13 +00:00
tasks feat: Built send_digest_emails Celery task with per-user content queryi… 2026-04-04 12:15:43 +00:00
tests test: Added GET/PUT notification preferences endpoints, signed-token un… 2026-04-04 12:27:18 +00:00
auth.py feat: Built post CRUD and file upload/download API routers with auth, o… 2026-04-04 09:07:35 +00:00
chat_service.py feat: Built Redis sliding-window rate limiter, ChatUsageLog model with… 2026-04-04 13:36:29 +00:00
config.py feat: Built Redis sliding-window rate limiter, ChatUsageLog model with… 2026-04-04 13:36:29 +00:00
database.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
main.py test: Added GET/PUT notification preferences endpoints, signed-token un… 2026-04-04 12:27:18 +00:00
minio_client.py feat: Built post CRUD and file upload/download API routers with auth, o… 2026-04-04 09:07:35 +00:00
models.py feat: Built Redis sliding-window rate limiter, ChatUsageLog model with… 2026-04-04 13:36:29 +00:00
pytest.ini fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
rate_limiter.py feat: Built Redis sliding-window rate limiter, ChatUsageLog model with… 2026-04-04 13:36:29 +00:00
redis_client.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
requirements.txt feat: Added MinIO Docker service, Post/PostAttachment models with migra… 2026-04-04 09:02:40 +00:00
schemas.py feat: Added onboarding_completed flag to User model, UserResponse schem… 2026-04-04 13:13:05 +00:00
search_service.py feat: Added source_video_id, start_time, end_time, and video_filename t… 2026-04-04 11:40:59 +00:00
watcher.py feat: Built backend/watcher.py with PollingObserver-based folder watchi… 2026-03-30 19:17:47 +00:00
worker.py feat: Built send_digest_emails Celery task with per-user content queryi… 2026-04-04 12:15:43 +00:00