diff --git a/api/.gitkeep b/api/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Dipal/Backend/Fox/Database explanation.md b/docs/Dipal/Backend/Fox/Database explanation.md similarity index 100% rename from Dipal/Backend/Fox/Database explanation.md rename to docs/Dipal/Backend/Fox/Database explanation.md diff --git a/Dipal/Backend/Fox/Microservices.md b/docs/Dipal/Backend/Fox/Microservices.md similarity index 100% rename from Dipal/Backend/Fox/Microservices.md rename to docs/Dipal/Backend/Fox/Microservices.md diff --git a/Dipal/Backend/Fox/README.md b/docs/Dipal/Backend/Fox/README.md similarity index 100% rename from Dipal/Backend/Fox/README.md rename to docs/Dipal/Backend/Fox/README.md diff --git a/Dipal/Backend/Fox/Third-party services/Asterisk.md b/docs/Dipal/Backend/Fox/Third-party services/Asterisk.md similarity index 100% rename from Dipal/Backend/Fox/Third-party services/Asterisk.md rename to docs/Dipal/Backend/Fox/Third-party services/Asterisk.md diff --git a/Dipal/Backend/Fox/Third-party services/Intercom.md b/docs/Dipal/Backend/Fox/Third-party services/Intercom.md similarity index 100% rename from Dipal/Backend/Fox/Third-party services/Intercom.md rename to docs/Dipal/Backend/Fox/Third-party services/Intercom.md diff --git a/Dipal/Backend/Fox/Third-party services/Kamailio.md b/docs/Dipal/Backend/Fox/Third-party services/Kamailio.md similarity index 100% rename from Dipal/Backend/Fox/Third-party services/Kamailio.md rename to docs/Dipal/Backend/Fox/Third-party services/Kamailio.md diff --git a/Dipal/Backend/Fox/Third-party services/Microcontrollers.md b/docs/Dipal/Backend/Fox/Third-party services/Microcontrollers.md similarity index 100% rename from Dipal/Backend/Fox/Third-party services/Microcontrollers.md rename to docs/Dipal/Backend/Fox/Third-party services/Microcontrollers.md diff --git a/Dipal/Backend/Fox/Third-party services/Owl.md b/docs/Dipal/Backend/Fox/Third-party services/Owl.md similarity index 100% rename from Dipal/Backend/Fox/Third-party services/Owl.md rename to docs/Dipal/Backend/Fox/Third-party services/Owl.md diff --git a/Dipal/Backend/Fox/fox.png b/docs/Dipal/Backend/Fox/fox.png similarity index 100% rename from Dipal/Backend/Fox/fox.png rename to docs/Dipal/Backend/Fox/fox.png diff --git a/Dipal/Backend/Kaiser/Database explanation.md b/docs/Dipal/Backend/Kaiser/Database explanation.md similarity index 98% rename from Dipal/Backend/Kaiser/Database explanation.md rename to docs/Dipal/Backend/Kaiser/Database explanation.md index 28f5e5b..dbf9948 100644 --- a/Dipal/Backend/Kaiser/Database explanation.md +++ b/docs/Dipal/Backend/Kaiser/Database explanation.md @@ -33,7 +33,7 @@ A _**user place**_ is represented as a separate collection. One user can be in m There is only one user place owner. He can send a QR code or an invitation by phone number to the user he wants to add to his place. When the user scans the QR code or accepts the invitation, the owner can select the privileges and services he wants to share. - + ### Service diff --git a/Dipal/Backend/Kaiser/Installation.md b/docs/Dipal/Backend/Kaiser/Installation.md similarity index 100% rename from Dipal/Backend/Kaiser/Installation.md rename to docs/Dipal/Backend/Kaiser/Installation.md diff --git a/Dipal/Backend/Kaiser/Microservices.md b/docs/Dipal/Backend/Kaiser/Microservices.md similarity index 100% rename from Dipal/Backend/Kaiser/Microservices.md rename to docs/Dipal/Backend/Kaiser/Microservices.md diff --git a/Dipal/Backend/Kaiser/README.md b/docs/Dipal/Backend/Kaiser/README.md similarity index 100% rename from Dipal/Backend/Kaiser/README.md rename to docs/Dipal/Backend/Kaiser/README.md diff --git a/Dipal/Backend/Kaiser/Third-party services.md b/docs/Dipal/Backend/Kaiser/Third-party services.md similarity index 100% rename from Dipal/Backend/Kaiser/Third-party services.md rename to docs/Dipal/Backend/Kaiser/Third-party services.md diff --git a/Dipal/Backend/Kaiser/database.png b/docs/Dipal/Backend/Kaiser/database.png similarity index 100% rename from Dipal/Backend/Kaiser/database.png rename to docs/Dipal/Backend/Kaiser/database.png diff --git a/Dipal/Backend/Kaiser/kaiser.png b/docs/Dipal/Backend/Kaiser/kaiser.png similarity index 100% rename from Dipal/Backend/Kaiser/kaiser.png rename to docs/Dipal/Backend/Kaiser/kaiser.png diff --git a/Dipal/Backend/Kaiser/place.png b/docs/Dipal/Backend/Kaiser/place.png similarity index 100% rename from Dipal/Backend/Kaiser/place.png rename to docs/Dipal/Backend/Kaiser/place.png diff --git a/Dipal/Backend/Kaiser/roles.png b/docs/Dipal/Backend/Kaiser/roles.png similarity index 100% rename from Dipal/Backend/Kaiser/roles.png rename to docs/Dipal/Backend/Kaiser/roles.png diff --git a/Dipal/Backend/Kaiser/user place.png b/docs/Dipal/Backend/Kaiser/user place.png similarity index 100% rename from Dipal/Backend/Kaiser/user place.png rename to docs/Dipal/Backend/Kaiser/user place.png diff --git a/Dipal/README.md b/docs/Dipal/README.md similarity index 96% rename from Dipal/README.md rename to docs/Dipal/README.md index 81cf391..a2b8396 100644 --- a/Dipal/README.md +++ b/docs/Dipal/README.md @@ -10,4 +10,4 @@ The system can also automate payments for Internet, utilities for residents. Use The Dipal app is an online service for Dipal system. The **frontend part** is a smartphone app written in Flutter and React. The **backend part** is written in Node.js with TypeScript language and NestJS framework. The backend is divided into 2 parts: **Kaiser** (cloud server) and **Fox** (local server) with one-to-many connection. Kaiser is responsible for account management, payment transactions, places information, etc. Fox is responsible for the in-building logic, such as devices control. Both parts have microservice architecture. - + diff --git a/Dipal/dipal system.png b/docs/Dipal/dipal system.png similarity index 100% rename from Dipal/dipal system.png rename to docs/Dipal/dipal system.png diff --git a/Workflow/Architecture patterns.md b/docs/Workflow/Architecture patterns.md similarity index 100% rename from Workflow/Architecture patterns.md rename to docs/Workflow/Architecture patterns.md diff --git a/Workflow/Development rules.md b/docs/Workflow/Development rules.md similarity index 100% rename from Workflow/Development rules.md rename to docs/Workflow/Development rules.md diff --git a/Workflow/Docker containerization and Dockerfile rules.md b/docs/Workflow/Docker containerization and Dockerfile rules.md similarity index 100% rename from Workflow/Docker containerization and Dockerfile rules.md rename to docs/Workflow/Docker containerization and Dockerfile rules.md diff --git a/Workflow/Git workflow.md b/docs/Workflow/Git workflow.md similarity index 100% rename from Workflow/Git workflow.md rename to docs/Workflow/Git workflow.md diff --git a/Workflow/Pipeline and Jenkins description.md b/docs/Workflow/Pipeline and Jenkins description.md similarity index 100% rename from Workflow/Pipeline and Jenkins description.md rename to docs/Workflow/Pipeline and Jenkins description.md diff --git a/Workflow/README.md b/docs/Workflow/README.md similarity index 100% rename from Workflow/README.md rename to docs/Workflow/README.md diff --git a/docs/diagrams/src/.gitkeep b/docs/diagrams/src/.gitkeep new file mode 100644 index 0000000..e69de29