From b3ed914413c028292315787d29a3f3fd9474d81d Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Fri, 26 Apr 2024 16:17:52 +0530 Subject: [PATCH 1/3] MOSIP-32346 updated push trigger to exclude react js code for now Signed-off-by: Mayura Deshmukh --- .github/workflows/push-trigger.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index d7802c473..22742916b 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -4,8 +4,10 @@ on: release: types: [published] pull_request: - types: [opened, reopened, synchronize] + paths: + - 'pmp-ui/**' + - 'pmptest/**' push: branches: @@ -17,6 +19,9 @@ on: - 1.1.* - MOSIP* - 1.2.* + paths: + - 'pmp-ui/**' + - 'pmptest/**' jobs: build-maven-pmp-ui: From 59e59d2a4a2bf4b5f00f8e19659abc629035abdb Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Fri, 26 Apr 2024 17:20:04 +0530 Subject: [PATCH 2/3] MOSIP-32605 added dashboard card layout Signed-off-by: Mayura Deshmukh --- pmp-reactjs-ui/src/pages/Dashboard.js | 147 +++++++++++++++++++++++++- 1 file changed, 145 insertions(+), 2 deletions(-) diff --git a/pmp-reactjs-ui/src/pages/Dashboard.js b/pmp-reactjs-ui/src/pages/Dashboard.js index 6cccae30a..dc69f6811 100644 --- a/pmp-reactjs-ui/src/pages/Dashboard.js +++ b/pmp-reactjs-ui/src/pages/Dashboard.js @@ -2,9 +2,152 @@ function Dashboard() { return ( -
- Dashboard + <> +
+

+ Welcome User, +

+
+
+
+ + + +
+
+
+ Partner Type Selection +
+

+ Add / Manage new partner type +

+
+
+
+
+ + + +
+
+
+ Organisation Users +
+

+ Upload and re-upload partner certificate, download MOSIP signed + certificate. +

+
+
+
+
+ + + +
+
+
+ Partner Certificate +
+

+ Add new SBI info, view, edit and deactivate saved SBI info. +

+
+
+
+
+ + + +
+
+
+ Policy Selection +
+

+ Add new device, view, edit and deactivate saved devices. +

+
+
+
+
+ + + +
+
+
+ Authentication Services +
+

+ Add / Manage new partner type +

+
+
+
+
+
+
+

2024 © MOSIP - All rights reserved.

+
+
+

Documentation

+

MOSIP Community

+

Contact Us

+
+
+ ); } From 2c97a5457a5398effe9bf906890cd5fe07abe835 Mon Sep 17 00:00:00 2001 From: Mayura Deshmukh Date: Fri, 26 Apr 2024 17:56:38 +0530 Subject: [PATCH 3/3] reveted push trigger Signed-off-by: Mayura Deshmukh --- .github/workflows/push-trigger.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/push-trigger.yml b/.github/workflows/push-trigger.yml index 22742916b..c7320d0a2 100644 --- a/.github/workflows/push-trigger.yml +++ b/.github/workflows/push-trigger.yml @@ -5,9 +5,6 @@ on: types: [published] pull_request: types: [opened, reopened, synchronize] - paths: - - 'pmp-ui/**' - - 'pmptest/**' push: branches: @@ -19,9 +16,6 @@ on: - 1.1.* - MOSIP* - 1.2.* - paths: - - 'pmp-ui/**' - - 'pmptest/**' jobs: build-maven-pmp-ui: