From bb396b69733affb2c0f7844d861ad18da5275e5d Mon Sep 17 00:00:00 2001 From: olauby-dlg Date: Tue, 2 Jun 2026 17:33:59 +0200 Subject: [PATCH 1/2] chore: follow contributing convention --- README_DEV.md => CONTRIBUTING.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README_DEV.md => CONTRIBUTING.md (100%) diff --git a/README_DEV.md b/CONTRIBUTING.md similarity index 100% rename from README_DEV.md rename to CONTRIBUTING.md From c2717bbe1c46d5d35799c921a93f1814e5385f4a Mon Sep 17 00:00:00 2001 From: OctaveLauby Date: Tue, 2 Jun 2026 17:47:52 +0200 Subject: [PATCH 2/2] doc: add items to todo --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd58cd4..6e9a37e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,10 @@ make ci - ADD protection on user register (right now any one can create any number of users) - ADD migrations (app start should not build ) - ADD Rate Limiter +- ADD ACL (RBAC or something else) +- ADD Observability (OpenTelemetry - Jaeger) - ADD Settings management (dotenv or config files) +- ADD Proper Error management (API Problem) - REWORK Authentication - Activate Keycloak secret - Remove auth endpoints and let keycloak handle the authentication (e.g. `standardFlowEnabled=true & directAccessGrantsEnabled=false` in realm.json)