Add bluesky link to user profile #256
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.




Description
Previously, our user profiles supported social links for GitHub, Twitter, and LinkedIn, but Bluesky was missing. This PR adds Bluesky handle support so that users can provide and display their Bluesky information alongside other social accounts.
Changes
Added bluesky field to User model and schema.
Updated forms and serializers to include Bluesky handle.
Updated UI components to display Bluesky link where other social accounts are shown.
Added tests to ensure Bluesky data is stored and rendered correctly.
Why
Bluesky adoption is growing within the developer community. Adding support helps us stay relevant and allows users to showcase their presence on this platform as well.
How has this been tested?
✅ Created a new user and confirmed Bluesky handle can be saved.
✅ Updated an existing user profile and verified the handle is editable.
✅ Checked profile view to ensure Bluesky link is displayed correctly alongside GitHub, Twitter, and LinkedIn.
✅ Verified UI behavior: Bluesky logo shows gray when missing, red when present.
Checklist
Screenshots/Loom