feat: trade log — record buy/sell operations with realized P&L history
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
## Problem
Users have no way to track completed trades and evaluate their trading performance over time.
## Requested behaviour
- Manual entry: item, buy price, sell price, quantity, date
- Trade history table sorted by date
- Realized P&L per trade and cumulative total
- Optional: filter by item or date range
## Acceptance criteria
- [ ] Form to log a completed trade (buy price, sell price, qty)
- [ ] History table with all logged trades
- [ ] P&L column per trade + running total
- [ ] Data persists in `browser.storage.local`
- [ ] Export to CSV
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.