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
Address review notes on the training video notifications
- can_send_training_video? moves to ApplicationController: the checkbox is
rendered by games/_media, which GamesController serves, so the helper
declared on GameMediaController blew up games#show (CI red).
- delivery fans out into one job per recipient with retries, so a transient
email/telegram failure retries and ends up in failed jobs instead of being
swallowed by a log line.
- the notification names the actual uploader (an admin or an accepted coach
can post the video too), falling back to neutral wording without a name.
- a photo uploaded with the box ticked now says plainly that only videos are
sent, instead of silently ignoring the choice.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments