Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Profile] Should allow multiple link for user #166

Open
Pjaijai opened this issue Oct 21, 2023 · 1 comment
Open

[Profile] Should allow multiple link for user #166

Pjaijai opened this issue Oct 21, 2023 · 1 comment
Labels
feature New feature or request P3 Priority : If no other issues can do, do this

Comments

@Pjaijai
Copy link
Owner

Pjaijai commented Oct 21, 2023

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
Copy link
Owner Author

Pjaijai commented Oct 21, 2023

Open to any ideas

@Pjaijai Pjaijai added the P3 Priority : If no other issues can do, do this label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request P3 Priority : If no other issues can do, do this
Projects
None yet
Development

No branches or pull requests

1 participant