From 84fd0bef32ddb4ff3d66f9d1ab2eae1d07b88bf1 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Thu, 12 Mar 2026 23:20:37 -0400 Subject: [PATCH] docs: update roadmap to reflect completed Docker and database features MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1712173..15db310 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,8 @@ pytest tests/ --cov=SPARC --cov-report=term-missing - [X] Company performance estimation - [ ] Multi-company batch processing - [ ] FastAPI web service wrapper -- [ ] Docker containerization -- [ ] Results persistence (database) +- [X] Docker containerization +- [X] Results persistence (database) - [ ] Visualization dashboard ## Development