foivz / pop-app-flutter

Mobile application for the course Entrepreneurial venture.
2 stars 0 forks source link

Dev/main menu/feature 9 add product or package #32

Closed jfletcher20 closed 1 year ago

jfletcher20 commented 1 year ago

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.