From a30f3c42a48e725c0de08be25efdd7f6e98fdef2 Mon Sep 17 00:00:00 2001 From: esikkala <esko.ikkala@aalto.fi> Date: Tue, 12 May 2020 13:29:24 +0300 Subject: [PATCH] Update folder structure instructions --- README.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e6b6cf89..37226ad8 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,6 @@ src ┃ ┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js <-- combine your perspective components here ┃ ┃ ┃ ┃ ┣ Perspective1.js - ┃ ┃ ┃ ┃ ┣ Perspective2.js ┃ ┃ ┃ ┃ ┣ ... ┃ ┣ configs ┃ ┃ ┗ YOUR_PORTAL @@ -96,23 +95,21 @@ src ┃ ┃ ┃ ┣ fullTextSearch.js ┃ ┃ ┃ ┣ perspective1.js ┃ ┃ ┃ ┣ perspective1Facets.js - ┃ ┃ ┃ ┣ perspective2.js - ┃ ┃ ┃ ┣ perspective2Facets.js ┃ ┃ ┃ ┣ ... ┃ ┃ ┣ index.js <-- combine your reducers here ┃ ┣ translations ┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┃ ┣ localeEN.js ┃ ┃ ┃ ┣ ... - ┣ server + ┗ server ┃ ┣ sparql - ┃ ┃ ┗ YOUR_PORTAL - ┃ ┃ ┃ ┣ FacetConfigs.js <-- url of the SPARQL endpoint and property paths for facets - ┃ ┃ ┃ ┣ SparqlQueriesFullText.js <-- add result set properties for full text search here - ┃ ┃ ┃ ┣ SparqlQueriesPerspective1.js <-- SPARQL queries related to a specific perspective - ┃ ┃ ┃ ┣ SparqlQueriesPerspective2.js - ┃ ┃ ┃ ┣ ... - ┃ ┃ ┃ ┗ SparqlQueriesPrefixes.js <-- prefixes for all SPARQL queries + ┃ ┃ ┣ YOUR_PORTAL + ┃ ┃ ┃ ┣ perspective_configs + ┃ ┃ ┃ ┃ ┗ ... <-- endpoint and facet configs for each perspective + ┃ ┃ ┃ ┣ sparql_queries + ┃ ┃ ┃ ┃ ┗ ... <-- SPARQL queries + ┃ ┃ ┃ ┗ BackendSearchConfig.js <-- combine your backend config into this file + ┃ ┗ index.js <-- import the backend config file here ``` ## Documentation -- GitLab