DiptoChakrabarty / flask-online-store

An online e commerce stores management and order placing system API built using flask and sqlalchemy . Various functionalities present and further functionalities being added to make it as real life as possible . Contributions welcome .
MIT License
49 stars 23 forks source link

order input modification #5

Closed DiptoChakrabarty closed 3 years ago

DiptoChakrabarty commented 3 years ago

Currently to order a single item multiple times we have to enter the item name that many times , this should be changed to just order item and no of items as inputs

Something similar to mango,5 which confirms ordering 5 mangos

pulkitsapra commented 3 years ago

I want to work on this. Please assign it to me.

DiptoChakrabarty commented 3 years ago

sure go ahead @pulkitsapra

DiptoChakrabarty commented 3 years ago

Issue solved , working