sendanor / project-sendanor.fi

Join us in shaping the future of sendanor.fi. Your contributions, feedback, and involvement are invaluable to our continuous improvement and success.
https://sendanor.fi
MIT License
0 stars 0 forks source link

TASK Refine how ordering works when multiple same type of inventory items are bought #101

Open thejhh opened 5 months ago

thejhh commented 5 months ago

Goal

The system needs to adapt to handle instances where a customer purchases multiple units of the same type of inventory item. Currently, if a product is purchased multiple times, only one inventory item is created, which does not accurately reflect the transaction. There are two potential approaches to address this:

The optimal solution remains unclear, and there may be benefits to supporting both methods. Ideally, the choice between these options should be offered to the end customer during the purchase process, allowing for greater flexibility and customer satisfaction.

Subtasks