From 2d248298d44d6228e046bda1b6b5f54b4cd7ee51 Mon Sep 17 00:00:00 2001 From: DurgaPrasad-54 Date: Thu, 15 Jan 2026 11:57:37 +0530 Subject: [PATCH 1/5] docs(readme): add ECD-UI documentation link --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 099bc19..6b01d1f 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,9 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. --> + +## Documentation + +Detailed technical documentation for this service is available on DeepWiki: + +- https://deepwiki.com/PSMRI/ECD-UI \ No newline at end of file From 367cc56b36d3a319f834255ecf182744d31a8ecf Mon Sep 17 00:00:00 2001 From: DurgaPrasad-54 Date: Thu, 15 Jan 2026 13:59:59 +0530 Subject: [PATCH 2/5] docs(readme): format DeepWiki link in Documentation section --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b01d1f..4ef475d 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,4 @@ To get more help on the Angular CLI use `ng help` or go check out the [Angular C ## Documentation -Detailed technical documentation for this service is available on DeepWiki: - -- https://deepwiki.com/PSMRI/ECD-UI \ No newline at end of file +[DeepWiki - ECD-UI](https://deepwiki.com/PSMRI/ECD-UI) From 4fa63aa1b9d35d6bdf190fb8ca8d2849540441a9 Mon Sep 17 00:00:00 2001 From: KOPPIREDDY DURGA PRASAD <144464542+DurgaPrasad-54@users.noreply.github.com> Date: Mon, 19 Jan 2026 14:45:47 +0530 Subject: [PATCH 3/5] Update README with DeepWiki badge Added DeepWiki badge and removed documentation section. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ef475d..245bf99 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # AMRIT - Early Childhood Developemnt (ECD) Service [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) -![Build Status](https://github.com/PSMRI/ECD-API/actions/workflows/sast-and-package.yml/badge.svg) +[![DeepWiki](https://img.shields.io/badge/DeepWiki-PSMRI%2FECD--UI-blue)](https://deepwiki.com/PSMRI/ECD-UI) + The Early Childhood Development (ECD) Initiative by the Ministry of Health and Family Welfare (MoHFW) aims to nurture the cognitive capital of the country by enabling young children to attain their fullest potential. The initiative focuses on the critical period of brain development, which includes the 270 days of pregnancy and the first two years of the child's life, also known as the first 1,000 days. @@ -105,7 +106,3 @@ Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To u To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. --> - -## Documentation - -[DeepWiki - ECD-UI](https://deepwiki.com/PSMRI/ECD-UI) From c43c7ae3fec987c24c64ef0dfabf681acd805b3b Mon Sep 17 00:00:00 2001 From: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:01:17 +0530 Subject: [PATCH 4/5] Bump version from 3.6.0 to 3.6.1 (#71) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48a3cef..b88d9cf 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.iemr.ecd-ui ecd-ui - 3.6.0 + 3.6.1 ECD-UI war From 6c844fc4deb7aa32656882cf6dcce2ceba3c5652 Mon Sep 17 00:00:00 2001 From: SnehaRH <77656297+snehar-nd@users.noreply.github.com> Date: Wed, 6 May 2026 15:00:11 +0530 Subject: [PATCH 5/5] Merge pull request #78 from PSMRI/snehar-nd-patch-2 Revise ECD module installation steps in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 245bf99..4d28cdd 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,13 @@ This microservice is built using Java and the Spring Boot framework, with MySQL To install the ECD module, please follow these steps: 1. Clone the repository to your local machine. -2. Install the dependencies and build the module: +2. Clone the Common-ui repository, switch branch to release-3.6.1-ECD. +3. Install the dependencies and build the module: - Run the command `npm install`. - Run the command `npm run build`. - Run the command `mvn clean install`. - Run the command `npm start`. -3. Open your browser and access `http://localhost:4200/#/login` to view the login page of module. +4. Open your browser and access `http://localhost:4200/#/login` to view the login page of module. ## Building war files