Skip to content
Snippets Groups Projects
Commit 3134fc19 authored by esikkala's avatar esikkala
Browse files

Update readme

parent 91775325
No related branches found
No related tags found
No related merge requests found
......@@ -91,22 +91,22 @@ src
┃ ┃ ┃ ┣ GeneralConfig.js
┃ ┃ ┃ ┣ PerspectiveConfig.js
┃ ┃ ┃ ┗ PerspectiveConfigOnlyInfoPages.js
┣ reducers
YOUR_PORTAL <-- add reducers for all your perspectives
┃ ┃ ┣ fullTextSearch.js
┃ ┃ ┣ perspective1.js
┃ ┃ ┣ perspective1Facets.js
┃ ┃ ┣ perspective2.js
┃ ┃ ┣ perspective2Facets.js
┃ ┃ ┣ ...
┃ ┣ index.js <-- combine your reducers here
┣ translations
┃ ┗ YOUR_PORTAL
┃ ┃ ┣ localeEN.js
┃ ┃ ┣ ...
server
┣ reducers
┃ ┗ YOUR_PORTAL <-- add reducers for all your perspectives
┃ ┃ ┣ fullTextSearch.js
┃ ┃ ┣ perspective1.js
┃ ┃ ┣ perspective1Facets.js
┃ ┃ ┣ perspective2.js
┃ ┃ ┣ perspective2Facets.js
┃ ┃ ┣ ...
┣ index.js <-- combine your reducers here
┣ translations
┗ YOUR_PORTAL
┃ ┃ ┣ localeEN.js
┃ ┃ ┣ ...
server
┃ ┣ sparql
┃ ┃ YOUR_PORTAL
┃ ┃ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment