Files
arbit/docs/implementation-checklist.md
2026-05-18 14:08:13 -04:00

25 lines
726 B
Markdown

# Implementation Checklist
## Phase 1
- [x] Scaffold Django project and auth wiring
- [x] Create core inventory models
- [x] Add template-driven item entry
- [x] Add a searchable dashboard view
- [x] Add starter tests for profit math and template defaults
## Phase 2
- [ ] Add editable item detail pages
- [ ] Add sold-price and fee entry workflows
- [ ] Add photo upload handling
- [ ] Add price estimate service integration
- [ ] Add richer search filters and saved views
## Phase 3
- [ ] Add summary charts for profit and inventory velocity
- [ ] Add bulk updates for item status and pricing
- [ ] Add local notes history and item activity timeline
- [ ] Add deployment configuration for PostgreSQL and media storage