Auto-commit 2026-03-15 02:40

This commit is contained in:
2026-03-15 02:40:30 -04:00
parent d7a37079f1
commit 891b25318a
6 changed files with 324 additions and 3 deletions

View File

@@ -43,6 +43,12 @@ completion_notes: |
Testing requires: docker-compose up -d redis
**Code Review Improvements (2026-03-15):**
- Fixed hardcoded subscriptionStatus="free" - now fetched from database via getUserSubscription()
- Fixed hardcoded demo user data in job completion/failure notifications
- Notifications now use actual user_id, email, and job data from database
- Added getUserEmailFromUserId() helper for fetching user emails
review_notes: |
Code review completed 2026-03-14 by Code Reviewer:
- Found solid implementation with proper separation of concerns