From 420f62b736dd7e2537f3692e94de96c5ffd9e809 Mon Sep 17 00:00:00 2001 From: Farah Fatima Date: Mon, 15 Sep 2025 12:17:52 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index e1f5e1c..348bfc1 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,42 @@ DialogWeaver is built as a modern, service-oriented monorepo. This design provid --- +📁 Project Structure +``` +📦 Hiteshydv001 +├─ 📂 .github # GitHub configurations and automation +│ ├─ 📂 ISSUE_TEMPLATE # Templates for reporting issues (bugs, features) +│ └─ 📂 workflows # GitHub Actions workflows (CI/CD, automated tests) +│ +├─ 📂 api # Backend API service +│ ├─ 📂 alembic # Database migration scripts (versioned) +│ ├─ 📂 app # Core API logic (routes, controllers, models) +│ ├─ 📂 tests # Unit & integration tests for API +│ ├─ 📄 Dockerfile # Dockerfile to containerize the API +│ ├─ 📄 alembic.ini # Alembic config for database migrations +│ ├─ 📄 main.py # API server entry point +│ └─ 📄 requirements.txt # Python dependencies for API +│ +├─ 📂 docs # Documentation and images +│ ├─ 📄 Architecture.png # Project architecture diagram +│ ├─ 📄 gssoc.png # GSSoC-related image +│ └─ 📄 logo.jpg # Project logo +│ +├─ 📂 engine # Core engine/service module +│ ├─ 📂 openvoiceos_engine # Main engine logic for OpenVoiceOS +│ ├─ 📂 telephony_server # Telephony server logic (SIP, VoIP, calls) +│ ├─ 📄 Dockerfile # Dockerfile to containerize engine service +│ ├─ 📄 main.py # Engine service entry point +│ └─ 📄 requirements.txt # Python dependencies for engine +│ +├─ 📄 .env.sample # Sample environment variables template +├─ 📄 .gitignore # Git ignore rules +├─ 📄 CONTRIBUTING.md # Guidelines for contributors +├─ 📄 LICENSE # Project license +├─ 📄 README.md # Project documentation +└─ 📄 docker-compose.yml # Docker Compose config for multi-service setup + +``` ## Quick Start @@ -148,3 +184,4 @@ This project is licensed under the MIT License - see the **[LICENSE](LICENSE)** + From ee6bdbfdec4cefda8f1d4f15d369f069fe5d5a31 Mon Sep 17 00:00:00 2001 From: Farah Fatima Date: Mon, 15 Sep 2025 12:27:21 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 348bfc1..50e5cdd 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ DialogWeaver is built as a modern, service-oriented monorepo. This design provid --- 📁 Project Structure ``` -📦 Hiteshydv001 +📦 DialogWeaver ├─ 📂 .github # GitHub configurations and automation │ ├─ 📂 ISSUE_TEMPLATE # Templates for reporting issues (bugs, features) │ └─ 📂 workflows # GitHub Actions workflows (CI/CD, automated tests) @@ -185,3 +185,4 @@ This project is licensed under the MIT License - see the **[LICENSE](LICENSE)** +