Pjaijai / Referalah

Referalah
https://www.referalah.com/
Apache License 2.0
53 stars 11 forks source link

[Profile] Should allow multiple link for user #166

Open Pjaijai opened 11 months ago

Pjaijai commented 11 months ago

Currently only one link for user. We can provide flexibility for them like adding multiple link such as ig, twitter, github, portfolio.

Tech: Backend: May be creating a table called user_social_media_url with column: id : integer unique type : vacha/text. value : 'instagram', 'x' (twitter), 'github', 'portfolio', 'other' user_uuid : user uuid

Frontend: Form: For react hook form, i propose using useFieldArry. they should input type and url. No duplicate types allow (open to discussion)

Pjaijai commented 11 months ago

Open to any ideas