Skip to content

Conversation

@marcoacierno
Copy link
Member

This PR adds help text descriptions to all social media fields in the public profile section, explaining the accepted format for each field.

Changes

  • Added help_text to social media fields in backend/participants/models.py
  • Added English and Italian translations for field descriptions
  • Updated frontend component to display descriptions for each social field

Fixes #4514

Generated with Claude Code

- Added help_text to social media fields in backend/participants/models.py
- Added English and Italian translations for field descriptions
- Updated frontend component to display descriptions for each social field

Fixes #4514

Co-authored-by: Marco Acierno <[email protected]>
@vercel
Copy link

vercel bot commented Jan 5, 2026

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

Project Deployment Review Updated (UTC)
pycon Ready Ready Preview Jan 5, 2026 2:25am

@marcoacierno
Copy link
Member Author

@claude revert the changes to the Python files. Only update the frontend.

@claude
Copy link
Contributor

claude bot commented Jan 5, 2026

Claude finished @marcoacierno's task in 1m 36s —— View job


Reverted Python Changes ✅

I've successfully reverted the backend changes while keeping the frontend updates.

Completed Tasks

  • Read modified files to understand changes
  • Revert backend/participants/models.py to origin/main
  • Verify frontend changes remain intact
  • Commit and push changes

Summary

  • Reverted: All changes to backend/participants/models.py (removed help_text additions to model fields)
  • Kept: Frontend changes in frontend/src/components/public-profile-card/index.tsx and frontend/src/locale/index.ts with help text descriptions for all social media fields

The PR now contains only frontend changes that add help text descriptions to the social media input fields in the public profile UI.

--- | Branch: claude/issue-4514-20260105-0146

@marcoacierno marcoacierno merged commit 67727a5 into main Jan 5, 2026
6 checks passed
@marcoacierno marcoacierno deleted the claude/issue-4514-20260105-0146 branch January 5, 2026 02:27
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 help text description in the public profile social handler explaining the accepted format

2 participants