@mohammad_imran wrote:
Hi I have a django rest framework api serving data to frontend . Basically I have a product with fields title,price,category,subcategory,color,pattern,material. And have a foreignkey relation with category subcategory color pattern and material . What I want to achieve in ember is to create a outfit from different products . An outfit may consist a shirt ,trouser,and some accessories like watch etc . Hown can I achieve this functionality in ember basically I need a form to create an outfit from the data I get from backend
Posts: 1
Participants: 1