From 212ecedebc40d6a290e52f13a26c49529708d5be Mon Sep 17 00:00:00 2001 From: Lev Gusiev Date: Sun, 14 Jun 2026 00:13:16 +0200 Subject: [PATCH] docs(#30): update roadmap and readme --- README.md | 15 ++++++++------- docs/roadmap.md | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2914fa1..44d51a9 100644 --- a/README.md +++ b/README.md @@ -336,14 +336,15 @@ Current documentation: ## Status -ARGUS is under active development. +ARGUS has completed its first foundation phase. -The project is currently transitioning from a small FX converter into a broader market analytics platform. +The project now has a runnable local Python application, a Tkinter GUI prototype, basic analytics, tests, documentation, CI checks and open-source readiness files. Current focus: -- finish Sprint 1 foundation -- prepare first public release -- improve README and project documentation -- keep the application runnable and testable -- prepare the next analytics and data-source expansion +- start Sprint 2 — Market Analytics & Data Source Expansion +- improve historical exchange-rate data support +- add stronger market metrics +- expand pandas-based analytics workflows +- improve dashboard usefulness without adding unnecessary chart noise +- document metric definitions, assumptions and data-source behavior diff --git a/docs/roadmap.md b/docs/roadmap.md index 4df584c..85706af 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -5,7 +5,7 @@ The roadmap is intentionally iterative: each sprint should leave the project in ## Sprint 1 — Product Foundation & First Public Release -**Status:** In progress +**Status:** Completed Build a small but usable Python application with a clear structure, tests, documentation and first release readiness. @@ -25,11 +25,11 @@ Scope: - Collaboration documentation through `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md` and `LICENSE` Outcome: -ARGUS can be run locally, tested, understood by other developers and used as a small desktop analytics prototype. +Sprint 1 established the local ARGUS foundation with package structure, GUI prototype, analytics prototype, tests, documentation, CI, Dependabot and governance files. ### Sprint 2 — Market Analytics & Data Source Expansion -**Status:** Planned +**Status:** In progress Move from simple FX conversion toward broader market analytics.