Skip to content
Closed
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# This workflow ensures that the code is tested and meets quality standards on every push and pull request
name: Tests

permissions:
contents: read

on:
push:
pull_request:
Expand Down
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
Loading
Loading