Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down
Loading