Skip to content

add linkedin handles#184

Open
tusharshah21 wants to merge 2 commits intomainfrom
add-linkedin-handle-frontend
Open

add linkedin handles#184
tusharshah21 wants to merge 2 commits intomainfrom
add-linkedin-handle-frontend

Conversation

@tusharshah21
Copy link
Copy Markdown
Collaborator

Summary

Adds LinkedIn handle support to frontend profiles using the same flow as existing social profile fields.

Changes

  • Added linkedin_account support to frontend profile/API types.
  • Added LinkedIn Handle field in create/edit profile dialogs and sent it in payloads.
  • Mapped linkedin_account from backend responses through profile list/page components.
  • Displayed LinkedIn handle on profile header with link to https://www.linkedin.com/in/{handle}.

Closes #182

@joelamouche
Copy link
Copy Markdown
Contributor

Screenshot 2026-03-19 at 14 16 03 It would be nice to have a nicer error display ux for this case

BTW it seems the format is a bit off because typically here we want to include an url right? https://www.linkedin.com/in/antoine-estienne-4b633985/ doesn't fit in the regexp you set in the backend.

Also a strange thing that happened is that I tried creating anew profile and it registered under the wrong address. (this isnt an issue in prod)

Also I got this weird error when I try to edit (it is taken by myself, might be related to previous error.
Screenshot 2026-03-19 at 14 21 31

Do you get the same error locally?

@tusharshah21
Copy link
Copy Markdown
Collaborator Author

taking a look into it , lol I totally forgot the case, coz mine was simle fullname, what works best? sharing the entire link ?
going in depth a little to cater it !

@joelamouche
Copy link
Copy Markdown
Contributor

Full name is not gonna work as there are potentially a lot of duplicates. Yes pls include full url as it seems to be the standard in HR websites.

@tusharshah21
Copy link
Copy Markdown
Collaborator Author

works now! Can you check it on ur device now!

@joelamouche
Copy link
Copy Markdown
Contributor

Screenshot 2026-03-24 at 16 12 48 I get this error

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.

Add linkedin url to profiles - front end

2 participants