takeone/TODO_social.md

14 lines
771 B
Markdown

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