takeone/TODO_social.md

771 B

Social Media Links Implementation

Tasks

  • Add dynamic social media input fields with + button to profile-edit.blade.php
  • Add JavaScript for adding/removing social link rows
  • Update FamilyController updateProfile method to handle array of objects and convert to associative array
  • Modify show.blade.php to dynamically display social media icons based on provided links
  • Test the functionality (syntax check passed)
  • Fix issue: Previously stored social media data not showing in edit form
  • Sort social media links by platform name in profile display
  • Add personal motto field to profile edit form
  • Update controller validation and database migration for motto
  • Display user motto in profile instead of hardcoded quote