anantjain6 / ProductManagementSystem

It is a marketplace where customer can place order and Admin can manage inventory of products, view order and generate the report.
21 stars 55 forks source link

Apply transaction management on placing order #31

Open anantjain6 opened 4 years ago

anantjain6 commented 4 years ago

In current scenario when order gets placed then the ordered quantity of product gets deducted to the the available quantity of products Using transaction management make sure that placing order and deducting product quantity executed in transaction

sandeshdahake commented 4 years ago

Please review and let me know if you need more modifications.

I will strongly suggest use of Lombok to reduce boilerplate code in the project. Also I have few more ideas which will help in maintainability.