Open AArchange opened 3 months ago
I'm searching for relevant snippets in your repository. If this is your first time using Sweep, I'm indexing your repository, which will take a few minutes.
[!TIP] To recreate the pull request, edit the issue title or description.
Description: Create an interactive, drag-and-drop family tree builder that allows users to visually construct and edit their family trees.
Tasks:
Develop a new Livewire component for the interactive tree builder. Implement drag-and-drop functionality using a JavaScript library compatible with Livewire. Create backend APIs to save and retrieve tree structure data. Integrate with existing Person and Family models. Acceptance Criteria:
Users can add, remove, and rearrange family members using drag-and-drop. Changes to the tree structure are saved in real-time. The tree builder is responsive and works on both desktop and mobile devices.