From 4107748e840e6b32ba1428e0b55c63e2e7bc0362 Mon Sep 17 00:00:00 2001 From: Sheethal JR Date: Wed, 5 Apr 2023 12:29:20 +0530 Subject: [PATCH] Fixed Responsiveness, Refactored title, context path and key --- README.md | 6 +-- package.json | 20 ++++++---- ...-tracking-replay-map-config.component.html | 34 ++++++++-------- widget/gp-tracking-replay-map.component.html | 39 ++++++++++--------- 4 files changed, 50 insertions(+), 49 deletions(-) diff --git a/README.md b/README.md index 591d01c..60f29c8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ -# Cumulocity Tracking Replay Map Widget Plugin [](https://github.com/SoftwareAG/cumulocity-tracking-replay-map-widget-plugin/releases/download/1.0.0-beta/tracking-replay-runtime-widget-1.0.0-beta.zip) +# Cumulocity Tracking Replay Map Widget Plugin [](https://github.com/SoftwareAG/cumulocity-tracking-replay-map-widget-plugin/releases/download/1.0.0/sag-ps-pkg-tracking-replay-1.0.0.zip) The Cumulocity Tracking Replay widget is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit. The Cumulocity Tracking Replay widget helps you to display track lines of the tracking device with replay feature on map. -### Please note that this plugin is in currently under BETA mode. - ### Please choose Tracking Replay Map Widget release based on Cumulocity/Application builder version: |APPLICATION BUILDER | CUMULOCITY | TRACKING REPLAY MAP WIDGET PLUGIN | @@ -34,7 +32,7 @@ The Cumulocity Tracking Replay widget is the Cumulocity module federation plugin ### Runtime Widget Deployment? -* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-tracking-replay-map-widget-plugin/releases/download/1.0.0-beta/tracking-replay-runtime-widget-1.0.0-beta.zip) and install via Administrations(Beta mode) --> Ecosystems --> Applications --> Packages +* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-tracking-replay-map-widget-plugin/releases/download/1.0.0/sag-ps-pkg-tracking-replay-1.0.0.zip) and install via Administrations --> Ecosystems --> Applications --> Packages ## QuickStart diff --git a/package.json b/package.json index e17415e..8602d67 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,20 @@ { "name": "cumulocity-tracking-replay-map-widget-plugin", - "version": "1.0.0-beta", + "version": "1.0.0", "description": "The Tracking Replay Map Widget displays track lines of tracking device with replay feature.", "scripts": { - "start": "c8ycli server --env.beta=true", + "start": "c8ycli server", "build": "c8ycli build --env.mode=production", "deploy": "c8ycli deploy", "postinstall": "ngcc", "prebuild": " gulp clean", "postbuild": " gulp bundle" }, - "keywords": [], + "keywords": [ + "Cumulocity", + "Plugin", + "Widget" + ], "author": "Software AG, Global Presales", "license": "Apache 2.0", "dependencies": { @@ -55,10 +59,10 @@ }, "c8y": { "application": { - "name": "Tracking Replay Map Runtime Widget", + "name": "Tracking Replay Map Widget", "description": "The Tracking Replay Map Widget displays track lines of tracking device with replay feature.", - "contextPath": "tracking-replay-runtime-widget", - "key": "tracking-replay-runtime-widget-application-key", + "contextPath": "sag-ps-pkg-tracking-replay", + "key": "sag-ps-pkg-tracking-replay-application-key", "globalTitle": "The Tracking Replay Map Widget displays track lines of tracking device with replay feature.", "tabsHorizontal": true, "isPackage": true, @@ -67,7 +71,7 @@ "requiredPlatformVersion": ">=1016.0.0", "exports": [ { - "name": "Cumulocity Tracking Replay Map Widget Plugin", + "name": "Tracking Replay Map Widget", "module": "GpTrackingReplayMapModule", "path": "./widget/gp-tracking-replay-map.module.ts", "description": "The Tracking Replay Map Widget displays track lines of tracking device with replay feature." @@ -84,4 +88,4 @@ "browserslist": [ "last 2 major versions" ] -} +} \ No newline at end of file diff --git a/widget/config/gp-tracking-replay-map-config.component.html b/widget/config/gp-tracking-replay-map-config.component.html index 7873c7c..9775a17 100644 --- a/widget/config/gp-tracking-replay-map-config.component.html +++ b/widget/config/gp-tracking-replay-map-config.component.html @@ -1,18 +1,16 @@ -
-
-
- - -
-
- - - -

Fragment type should consist of Latitude(lat) and - Longitude(lng) values.

-
-
-

-
\ No newline at end of file +
+
+ + +
+
+ + + +

Fragment type should consist of Latitude(lat) and + Longitude(lng) values.

+
+
+

\ No newline at end of file diff --git a/widget/gp-tracking-replay-map.component.html b/widget/gp-tracking-replay-map.component.html index 565635d..3462ff3 100644 --- a/widget/gp-tracking-replay-map.component.html +++ b/widget/gp-tracking-replay-map.component.html @@ -62,27 +62,28 @@
-
+
-
- +
\ No newline at end of file