docs: migrate roadmap to structured yaml tasks

This commit is contained in:
Bu5hm4nn
2026-03-25 09:37:02 +01:00
parent 7932148b73
commit f6667b6b63
29 changed files with 402 additions and 619 deletions

View File

@@ -0,0 +1,10 @@
id: DATA-001
title: Live Price Feed Integration
status: done
priority: P0
effort: M
depends_on: []
summary: Live quote service integrated with visible metadata and cache behavior.
completed_notes:
- Added app/services/price_feed.py.
- Overview and dependent pages can consume live quote metadata.