From e03ff1fbae4e614c1ca5621eaa42b793ab69cc1a Mon Sep 17 00:00:00 2001 From: Nirzara Ghure <113231114+nirzaraghure@users.noreply.github.com> Date: Fri, 24 Apr 2026 10:24:11 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20AppGenius:=20AI-generated=20code?= =?UTF-8?q?=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ARCHITECTURE.md | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index a6d6a22..2f85a73 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md @@ -2,27 +2,17 @@ ```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[ARCHITECTURE.md] --> B[CONTRIBUTING.md] + B --> C[Dockerfile] + C --> D[LICENSE] + D --> E[README.md] + E --> F[app.py] + F --> G[cloudbuild-delivery.yaml] + G --> H[cloudbuild-trigger-cd.yaml] + H --> I[cloudbuild.yaml] + I --> J[known_hosts.github] + J --> K[kubernetes.yaml.tpl] + K --> L[test_app.py] ``` -> Generated by GitGenius Sentinel \ No newline at end of file +> Generated by AppGenius Sentinel \ No newline at end of file