hngprojects / hng_boilerplate_nextjs

https://deployment.nextjs.boilerplate.hng.tech
206 stars 264 forks source link

[Fix]: Make Social Links Optional in Profile Settings #1093

Open Zaraorji opened 2 months ago

Zaraorji commented 2 months ago

Description

Update the Profile Settings page to make the connection of social media links optional. Currently, it is required, but users should have the option to skip adding social media links if they do not have them.

Requirements:

  1. Ensure that social media links are not a compulsory field in the Profile Settings page.
  2. Remove any validation that enforces the entry of social media links.
  3. Maintain consistency with the design and layout of the Profile Settings page.

Acceptance Criteria

  1. Users can save their profile settings without providing social media links.
  2. The UI clearly indicates that adding social media links is optional.
  3. The form validation does not require social media links to be entered.

Expected Outcome:

  1. Users are not compelled to enter social media links when updating their profile settings.

Links

| FIGMA LINK

Images

image

Zaraorji commented 2 months ago

Screen Shot 2024-08-22 at 3 06 18 AM Screen Shot 2024-08-22 at 3 05 50 AM