Implement the ability for users to generate a similar routine based on another user's post. Tasks: - [ ] Develop a "Generate Similar Routine" button within routine posts. - [ ] Design the logic to compare the products in the user's catalog with those in the original poster's routine. - [ ] Create an algorithm to suggest the closest routine based on the available products. - [ ] Create a user interface for users to review the generated routine and modify product selections. - [ ] Implement the option to add, remove, and reorder products in the generated routine. - [ ] Ensure that users can save the modified routine as a new routine in their profile.
Implement the ability for users to generate a similar routine based on another user's post.
Tasks: