Planning a business solution with SPFx
Packt is a company selling apparel and they’ve contacted you to implement a product inventory management solution inside their Microsoft 365 tenant. They’ve provided a list of requirements describing all the features the solution should contain.
The company has already created a dedicated SharePoint site and stored all the products within a list using a dedicated content type. The following metadata (i.e., SharePoint columns) is defined for a product:
- Model name: The name of the model (e.g., Funky Teeshirt)
- Retail price: The price of the item (e.g., $50)
- Stock level: The current level of stock for this product (e.g., between 0 and 100)
- Last order date: The last date when a new order was made to refill stocks
- Item picture: A picture of the item to be shown in the catalog
- Item color: The color of the item from a predefined list of colors
- Size: The size of the item from a known list (e.g., XS, S, M...