Skip to content

Allow multiple 'other' social links on user profile#109

Merged
rxmox merged 1 commit into
backendfrom
backend-social-links-other-array
Apr 30, 2026
Merged

Allow multiple 'other' social links on user profile#109
rxmox merged 1 commit into
backendfrom
backend-social-links-other-array

Conversation

@rxmox

@rxmox rxmox commented Apr 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Convert socialLinks.other from a single string to a string array so users can attach multiple miscellaneous social/profile URLs (mobile UI will iterate "Add new").
  • Update updateUser and joinEventAsGuest body types; adjust the guest-join contact-method guard so an array of blank strings does not satisfy "at least one contact method".
  • Refresh docs/API_REFERENCE.md and docs/DATABASE_SCHEMA.md to match.

No data migration needed, confirmed against the cluster that 0/67 users currently have socialLinks.other set.

Convert socialLinks.other from a single string to a string array so
users can attach multiple miscellaneous social/profile URLs. Update the
updateUser and joinEventAsGuest body types and adjust the guest-join
contact-method guard to treat an array of blank strings as empty.

Docs (API_REFERENCE, DATABASE_SCHEMA) updated to match.
@rxmox
rxmox requested a review from lnqminh3003 April 30, 2026 18:59
@rxmox
rxmox merged commit dc07e38 into backend Apr 30, 2026
1 check passed
@rxmox
rxmox deleted the backend-social-links-other-array branch April 30, 2026 19:02
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.

1 participant