From c3fa6f836b7958ad01f9c4aba9f7b306c46282c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:16:53 +0100 Subject: [PATCH 1/5] =?UTF-8?q?=F0=9F=93=9D=20Add=20the=20roadmap=20into?= =?UTF-8?q?=20the=20README=20files=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-fr.md | 14 ++++++++++++++ README.md | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/README-fr.md b/README-fr.md index 1a18941..5597e90 100644 --- a/README-fr.md +++ b/README-fr.md @@ -27,6 +27,20 @@ make build-up make build-up-d-prod ``` +## 🎯 Plan de développement + +| Fonctionnalité | Statut | +|--------------------------------------------------------------------|---------------| +| Ajout des données importantes de GTA5 | ✅ Fait | +| Ajout de toutes les données de GTA5 | 🔄 En cours | +| Suppression des fichiers JSON au profil de PostgreSQL | ⏳ Prévu | +| Authentification JWT | ⏳ Prévu | +| Rôle des utilisateurs | ⏳ Prévu | +| Import de fichiers JSON (admin) | ⏳ Prévu | +| Opérations CRUD pour tous les modèles (admins) | ⏳ Prévu | +| Demande de modification/créations par les utilisateurs | ⏳ Prévu | +| Création de page en Markdown | ⏳ Prévu | + ## 🔄 Mises à jour ### 🔄 v0.1.0 — 17 février 2026 diff --git a/README.md b/README.md index 6aaa907..2d7d0e1 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,20 @@ make build-up make build-up-d-prod ``` +## 🎯 Roadmap + +| Feature | Status | +|---------------------------------------------------|-----------------| +| Add important GTA5 data | ✅ Done | +| Add all GTA5 data | 🔄 In progress | +| Replace JSON files with PostgreSQL | ⏳ Planned | +| JWT Authentication | ⏳ Planned | +| User roles | ⏳ Planned | +| JSON file import for administrators | ⏳ Planned | +| CRUD operations for all models (administrators) | ⏳ Planned | +| User modification/creation requests | ⏳ Planned | +| Markdown page creation | ⏳ Planned | + ## 🔄 Updates ### 🔄 v0.1.0 — February 17, 2026 From bae634093a5391629175c7984124f99f5d7dfca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:24:48 +0000 Subject: [PATCH 2/5] =?UTF-8?q?=F0=9F=93=9D=20Add=20v0.1.1=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-fr.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README-fr.md b/README-fr.md index 5597e90..c1b908d 100644 --- a/README-fr.md +++ b/README-fr.md @@ -43,6 +43,9 @@ make build-up-d-prod ## 🔄 Mises à jour +### 🔄 v0.1.1 — 3 mars, 2026 +- 📝 Ajout du plan de développement dans les fichiers README. + ### 🔄 v0.1.0 — 17 février 2026 - ✅ Ajout de tests unitaires et vérification de leur couverture. diff --git a/README.md b/README.md index 2d7d0e1..e207a52 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ make build-up-d-prod ## 🔄 Updates +### 🔄 v0.1.1 — March 3, 2026 +- 📝 Added the roadmap to the README files. + ### 🔄 v0.1.0 — February 17, 2026 - ✅ Added unit tests and verified its coverage. From c071b2f503f156e74666e4e1addebae5fcbff0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:25:30 +0100 Subject: [PATCH 3/5] :memo: Update version badge to 0.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e207a52..f9754a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ⚙️ RAGE Data API -![Version](https://img.shields.io/badge/version-0.1.0-blue.svg) +![Version](https://img.shields.io/badge/version-0.1.1-blue.svg) ![Python](https://img.shields.io/badge/python-3.10%2B-yellow.svg) ![FastAPI](https://img.shields.io/badge/FastAPI-0.128.0-green.svg) From 6b1eb0d6321049824a4332f7a7d4609576698334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:25:54 +0100 Subject: [PATCH 4/5] :memo: Update version badge to 0.1.1 --- README-fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-fr.md b/README-fr.md index c1b908d..a8746fc 100644 --- a/README-fr.md +++ b/README-fr.md @@ -1,6 +1,6 @@ # ⚙️ RAGE Data API -![Version](https://img.shields.io/badge/version-0.1.0-blue.svg) +![Version](https://img.shields.io/badge/version-0.1.1-blue.svg) ![Python](https://img.shields.io/badge/python-3.10%2B-yellow.svg) ![FastAPI](https://img.shields.io/badge/FastAPI-0.128.0-green.svg) From 85dd8a6321a4b4ece629c9761370ffc67c322ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:26:27 +0100 Subject: [PATCH 5/5] :memo: Update API version to 0.1.1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 0808a3c..4033c5c 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,7 @@ title="RAGE Data API", description="An API to access RAGE data such as blip models, colors, markers, ped models, and weapons.", summary="An API for RAGE data retrieval.", - version="0.1.0-beta.2", + version="0.1.1", openapi_tags=tags_metadata, docs_url="/", redoc_url="/redoc",