From 87a74ef8de507d9115d3d49c9778965d8d9fb997 Mon Sep 17 00:00:00 2001 From: tharindugayanga Date: Fri, 30 Aug 2024 15:54:20 +0530 Subject: [PATCH 1/2] Read me refactored --- README.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/README.md b/README.md index 659b0964..e211a840 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,6 @@ The system has 3 key features, and to be uploaded by the third quarter of 2024. * **GHG Inventory:** Maintains a comprehensive inventory of greenhouse gas (GHG) emissions with ease. The system allows for accurate data collection (with Excel integration), automated calculations, and reporting, supporting informed decision-making. * **Reporting Module:** Pulls together data collected and managed across the above two modules into a format that is required for reporting to UNFCCCC. The standard codebase uses the recently approved Common Tabular Format and can be configured to any other format. - - ## Index Below contents are planned to be updated by the third quarter of 2024 based on user feedback and recent change in international requirements. * [About](#about) @@ -63,17 +61,6 @@ System services can deploy in 2 ways. All the external services access through a generic interface. It will decouple the system implementation from the external services and enable extendability to multiple services. - - #### File Service Implemented 2 options for static file hosting. @@ -122,9 +109,7 @@ Change by environment variable `FILE_SERVICE`. Supported types are `LOCAL` (defa * `SMTP_PASSWORD` * Use `DB_PASSWORD` env variable to change PostgreSQL database password * Configure system root account email by updating environment variable `ROOT EMAIL`. If the email service is enabled, on the first docker start, this email address will receive a new email with the root user password. - * Add user data - * Update [users.csv](./users.csv) file to add users. * When updating file keep the header and replace existing dummy data with your data. * These users will be added to the system each docker restart. @@ -144,27 +129,6 @@ Change by environment variable `FILE_SERVICE`. Supported types are `LOCAL` (defa * Swagger documentation will be available on ## Run Services Locally - - Follow same steps mentioned above to run the services locally using docker. From f9f44ec28cc97f6acb23cd8eb0f30aaa8e9e8e11 Mon Sep 17 00:00:00 2001 From: tharindugayanga Date: Fri, 30 Aug 2024 16:07:46 +0530 Subject: [PATCH 2/2] Refactor read me file --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e211a840..24c711eb 100644 --- a/README.md +++ b/README.md @@ -87,8 +87,6 @@ Change by environment variable `FILE_SERVICE`. Supported types are `LOCAL` (defa ├── stats-api # Statistics API [NestJS module] ├── async-operations-handler # Async Operations Handler [NestJS module] ├── serverless.yml # Service deployment scripts [Serverless + AWS Lambda] -├── libs - ├── carbon-credit-calculator # Implementation for the Carbon credit calculation library [Node module + Typescript] ├── web # System web frontend implementation [ReactJS] ├── .gitignore ├── docker-compose.yml # Docker container definitions @@ -117,7 +115,8 @@ Change by environment variable `FILE_SERVICE`. Supported types are `LOCAL` (defa * PostgresDB container * National service * Analytics service - * Replicator service + * Async Operations Handler service + * Migration service (This service will shutdown automatically once db migration script execution is completed) * React web server with Nginx. * Web frontend on * API Endpoints, @@ -162,10 +161,6 @@ aws lambda invoke \ ## Modules -### Carbon Credit Calculator - -Carbon credit calculation is implemented in a separate node module. [Please refer to this](./libs/carbon-credit-calculator/README.md) for more information. - ### UNDP Platform for Voluntary Bilateral Cooperation UNDP Platform for Voluntary Bilateral Cooperation generation is implemented in a separate node module. [Please refer this](./modules/Platform%20for%20Voluntary%20Bilateral%20Cooperation/README.md) for more information. @@ -183,7 +178,7 @@ Web frontend implemented using ReactJS framework. Please refer [getting started * Languages (Current): English * Languages (In progress): French, Spanish -For updating translations or adding new ones, reference +For updating translations or adding new ones, reference @@ -191,10 +186,9 @@ For updating translations or adding new ones, reference