You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address second-round review feedback on user_activity epic (#13-#18)
- Bound per-partition fetch limit to MAX_ACTIVITY_ROWS // 30 (#13)
- Pass viewer_user_id from endpoint to record_video_view (#14)
- Change early-return to pass so activity tracking isn't skipped (#14)
- Pass video_id as activity_id in view tracking (#14)
- Patch record_user_activity contract in comment tests, not DB internals (#15)
- Add totalPages==0 assertion and invalid activity_type 422 test (#17)
- Graceful error handling in record_user_activity with logger.warning (#18)
- Add test verifying warning is logged on DB failure (#18)
172 tests pass, 0 new failures.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments