Business Rules driven order processing system to handle orders related to a physical product, a book, membership, and video.
#Problem Statement To code an order processing application for a large company which uses random mixture of manual / adhoc automated business practices to handle orders for physical products, books, memberships, and video cds.
The project demo can be accessed at http://eorder.sarab.in
- Project repo can be downloaded and imported into a blank solution using Visual Studio 2015 or higher and run using available options.
- Online demo can be accessed to view expected functionality.
Further extension of functionality can be done by storing business rules in a database and using the same on-demand for respective order types.