Skip to content

Conversation

@AmarTrebinjac
Copy link
Contributor

@AmarTrebinjac AmarTrebinjac commented Jan 13, 2026

Changes

  • Add customDomain field to work and education experience forms
  • Add image field to UserExperience to store company logos fetched from Google favicon endpoint
  • Update GraphQL queries and mutations to fetch/return the new fields
  • Fallback to experience.image when company.image is unavailable
  • This enables unverified companies to display logos based on the domain
Screenshot 2026-01-14 at 14 03 03

ENG-287

Preview domain

https://eng-287-add-a-domain-field-to-wo.preview.app.daily.dev

Add customDomain and image fields to UserExperience to support company
logos for unverified companies. Image is computed by the backend from
the customDomain using Google favicon endpoint.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
daily-webapp Ready Ready Preview Jan 14, 2026 9:51am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
storybook Ignored Ignored Jan 14, 2026 9:51am

Copy link
Contributor

@rebelchris rebelchris left a comment

Choose a reason for hiding this comment

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

Nothign blocking

.nullable()
.optional()
.default(null),
customDomain: z
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't this z.url();?

@dailydotdev dailydotdev deleted a comment from amardailydev Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants