#342: [DIG-89] Add Social Links Field to User Model
Issue #342 by pranshugupta54
[DIG-89] Add Social Links Field to User Model
Description:
Extend the user model to include a socials field, representing links to various social media profiles. This field will be utilized in the backend routes related to
/user
to provide users' social links in the API response.
Expected Changes:
- Modify the user model to include a socials field.
- Ensure proper validation of social links in the model.
- Update the existing database entries to include social links.
- Adapt existing /user routes to include the socials field in the response.
Additional Info:
- Choose an appropriate data type for storing social links.
- Update relevant documentation regarding the new field.
🔴 For reference, check how phoneNumber, bio, name etc are implemented
<sub>DIG-89</sub>0 Replies