Adds Creation of product or package.
Adds Review of products and packages in tabs.
Adds Update of product or package.
Adds Deletion of product or package.
POTENTIAL FIX:
In the PackageCard, perhaps on top of displaying the price as the sum of all products contained within the package, it should also multiply it with the discount value? (package.price * (1 - package.discount))
Upon successful CUD operation completion, the tabs will reload.
This took way longer to implement than I ever imagined it would.
This PR solves issue #9.
Adds Creation of product or package. Adds Review of products and packages in tabs. Adds Update of product or package. Adds Deletion of product or package.
POTENTIAL FIX: In the PackageCard, perhaps on top of displaying the price as the sum of all products contained within the package, it should also multiply it with the discount value? (package.price * (1 - package.discount))
Upon successful CUD operation completion, the tabs will reload.
This took way longer to implement than I ever imagined it would.