From 7284e9db6068be9ad98bf9ef769f08af528cad8a Mon Sep 17 00:00:00 2001 From: Andrei Bordak Date: Tue, 15 Oct 2024 14:18:31 +0400 Subject: [PATCH 1/5] MODLD-512 Create Application Descriptor Repository for Linked data application --- README.md | 5 ++++- app-linked-data.template.json | 12 ++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b5f7e0..b276ceb 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # app-linked-data -Application Descriptor Repository for Linked Data application. +Application Descriptor repository for Linked Data application. ## Modules | Module name | |:-----------------------| | `mod-linked-data` | +| `mod-atom-feed-reader` | +| `mod-hubs-data-import` | +| `mod-graph-rebuilder` | ## UI Modules diff --git a/app-linked-data.template.json b/app-linked-data.template.json index b54a34f..2a8f2c6 100644 --- a/app-linked-data.template.json +++ b/app-linked-data.template.json @@ -13,6 +13,18 @@ { "name": "mod-linked-data", "version": "latest" + }, + { + "name": "mod-atom-feed-reader", + "version": "latest" + }, + { + "name": "mod-hubs-data-import", + "version": "latest" + }, + { + "name": "mod-graph-rebuilder", + "version": "latest" } ], "uiModules": [ From 48a98ad3389045df24b0d9a0292461b280bae1ad Mon Sep 17 00:00:00 2001 From: Andrei Bordak Date: Thu, 24 Oct 2024 10:40:26 +0400 Subject: [PATCH 2/5] MODLD-512 Add existing modules only as dependencies --- app-linked-data.template.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app-linked-data.template.json b/app-linked-data.template.json index 2a8f2c6..b54a34f 100644 --- a/app-linked-data.template.json +++ b/app-linked-data.template.json @@ -13,18 +13,6 @@ { "name": "mod-linked-data", "version": "latest" - }, - { - "name": "mod-atom-feed-reader", - "version": "latest" - }, - { - "name": "mod-hubs-data-import", - "version": "latest" - }, - { - "name": "mod-graph-rebuilder", - "version": "latest" } ], "uiModules": [ From 701f35a6c5b0c95ee11cea95cd137566ada2ba7d Mon Sep 17 00:00:00 2001 From: Andrei Bordak Date: Thu, 24 Oct 2024 12:55:58 +0400 Subject: [PATCH 3/5] MODLD-512: Review fixes --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b276ceb..7525c3a 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,6 @@ Application Descriptor repository for Linked Data application. | Module name | |:-----------------------| | `mod-linked-data` | -| `mod-atom-feed-reader` | -| `mod-hubs-data-import` | -| `mod-graph-rebuilder` | ## UI Modules From 16a7cef80bf15febfd7d2f381477fabda3f9fef0 Mon Sep 17 00:00:00 2001 From: AndreiBordak Date: Thu, 7 Nov 2024 16:32:30 +0400 Subject: [PATCH 4/5] MODLD-512-all: Add LD modules (#3) --- app-linked-data.template.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app-linked-data.template.json b/app-linked-data.template.json index b54a34f..89f7d2f 100644 --- a/app-linked-data.template.json +++ b/app-linked-data.template.json @@ -13,6 +13,18 @@ { "name": "mod-linked-data", "version": "latest" + }, + { + "name": "mod-atom-feed-reader", + "version": "latest" + }, + { + "name": "mod-hub-data-import", + "version": "latest" + }, + { + "name": "mod-graph-rebuilder", + "version": "latest" } ], "uiModules": [ From 1c0f2382ce8fe29ddbe27b24a2fc21c7364633ab Mon Sep 17 00:00:00 2001 From: PBobylev Date: Thu, 7 Nov 2024 17:38:37 +0500 Subject: [PATCH 5/5] MODLD-512: add modules to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7525c3a..c53fc2c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Application Descriptor repository for Linked Data application. | Module name | |:-----------------------| | `mod-linked-data` | +| `mod-atom-feed-reader` | +| `mod-hub-data-import` | +| `mod-graph-rebuilder` | ## UI Modules