From 1903e20100b40cdca00cd798c173000402a23069 Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:43:33 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GitGenius:=20AI-generated=20code?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARCHITECTURE.md | 33 ++++++++++++--------------------- 1 file changed, 12 insertions(+), 21 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index a6d6a22..3086660 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -2,27 +2,18 @@ ```mermaid graph TD - A[High-Level System Overview] --> B[System Components] - B --> C[Frontend: app.py] - B --> D[Backend: app.py] - B --> E[Infrastructure: Dockerfile, Kubernetes.yaml.tpl] - B --> F[CI/CD: cloudbuild-delivery.yaml, cloudbuild-trigger-cd.yaml, cloudbuild.yaml] - B --> G[Security: known_hosts.github] - B --> H[Documentation: CONTRIBUTING.md, README.md, LICENSE] - B --> I[Testing: test_app.py] - - C --> J[API Endpoints] - D --> K[Database Interactions] - E --> L[Docker Containerization] - F --> M[Cloud Build Triggers] - G --> N[SSH Key Management] - H --> O[Project Guidelines] - I --> P[Unit Tests] - - L --> M - M --> N - N --> O - O --> P + A[README] --> B[CONTRIBUTING] + B --> C[ARCHITECTURE] + C --> D[LICENSE] + E[app.py] --> F[cloudbuild-delivery.yaml] + F --> G[cloudbuild-trigger-cd.yaml] + G --> H[cloudbuild.yaml] + I[Dockerfile] --> J[kubernetes.yaml.tpl] + K[app.py] --> L[test_app.py] + M[app.py] --> N[known_hosts.github] + O[cloudbuild-delivery.yaml] --> P[API Server] + Q[API Server] --> R[Database] + S[API Server] --> T[Frontend] ``` > Generated by GitGenius Sentinel \ No newline at end of file