Skip to content

Backend/emails: Link user card photos to profiles#9189

Merged
tristanlabelle merged 1 commit into
developfrom
backend/feature/emails-user-profile-link
Jun 27, 2026
Merged

Backend/emails: Link user card photos to profiles#9189
tristanlabelle merged 1 commit into
developfrom
backend/feature/emails-user-profile-link

Conversation

@tristanlabelle

Copy link
Copy Markdown
Contributor

We trained users to expect that photos link to profiles. Emails should follow suit.

Fixes #9188

Testing

Ran uv run dump-emails

image

Backend checklist

  • Added tests for any new code or added a regression test if fixing a bug
  • Run the backend locally and it works
  • Added migrations if there are any database changes, rebased onto develop if necessary for linear migration history

For maintainers

  • Maintainers can push commits to my branch
  • Maintainers can merge this PR for me

@CouchersBot

CouchersBot commented Jun 26, 2026

Copy link
Copy Markdown
Member

Mobile

Install the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here.

Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.

    iOS         Android    
    QR to open the iOS build         QR to open the Android build    
    Open in Dev Tool         Open in Dev Tool    
Deep links

iOS

couchers-devtool://expo-development-client/?url=https%3A%2F%2Fd269d29e--ota.preview.couchershq.org%2Fios%2Fmanifest

Android

couchers-devtool://expo-development-client/?url=https%3A%2F%2Fd269d29e--ota.preview.couchershq.org%2Fandroid%2Fmanifest

Web (Vercel)

View the Vercel web preview for this branch.

Backend

Schema Schema diff Sample emails

Other

Protos Backend coverage Web coverage

@aapeliv aapeliv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm and sample emails work

@tristanlabelle
tristanlabelle merged commit a15f244 into develop Jun 27, 2026
8 checks passed
@tristanlabelle
tristanlabelle deleted the backend/feature/emails-user-profile-link branch June 27, 2026 23:43
@github-actions github-actions Bot added the release notes: pending Add to stuff that should be included in release notes label Jun 27, 2026
@github-actions

Copy link
Copy Markdown
Contributor

📝 Release Notes

This PR should be included in the release notes.

Suggested release note:

Improved email user cards so profile photos now link directly to the user’s profile
🤖 Bot Debug Information

Model: couchers.openai.gpt-5.4
Decision: include
Reasoning: This is a small but noticeable user-facing usability improvement in emails: clicking a user photo in email cards now takes users directly to that profile, matching expected behavior. While minor, it improves navigation in a visible part of the product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release notes: pending Add to stuff that should be included in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend/emails: Link the user card in emails to their profile

3 participants