This commit is contained in:
2026-05-18 14:08:13 -04:00
commit 377326ec2c
36 changed files with 1473 additions and 0 deletions

19
docs/workflows.md Normal file
View File

@@ -0,0 +1,19 @@
# Workflows
## Add item
1. Choose a template or start from scratch.
2. Fill in item properties.
3. Save the item and keep the creator attribution.
## Update pricing
1. Pull recent sold comps from an external marketplace source when available.
2. Store the estimate with a source and timestamp.
3. Allow manual override when comps are stale or unavailable.
## Sell item
1. Set the sold price.
2. Mark the item sold.
3. Use the stored costs to show profit and margin.