## Notes
Because I created some figurines using [[polymer clay]], I thought of the idea of understanding what it would take to run a business by creating and selling little figurines or food. The idea is to have a place to track
- cost of raw goods/materials
- resulting cost (time and money) of making sellable product
- profit margin
- estimated or realized profit
## Tech Stack
I want to use [[Svelte]] and [[SvelteKit]] to keep things simple and to learn *Svelte*.
## Features
- Add inventory
- Price
- Quantity (weight or units)
- Create Product
- Which inventory items it uses, how much of that item, and how long it takes
- Sell Product
- Calculates cost and profit of the
- Waste calculator
### Domain-Driven Design
An **Inventory** has **Inventory Items**. We use the **Inventory Items** to *create* **Products**. The **Inventory Items** have a *cost*. **Products** have a *sell value*.