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

Update folder structure instructions

parent c3025d5e
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,6 @@ src ...@@ -84,7 +84,6 @@ src
┃ ┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js <-- combine your perspective components here ┃ ┃ ┃ ┃ ┣ FacetedSearchPerspective.js <-- combine your perspective components here
┃ ┃ ┃ ┃ ┣ Perspective1.js ┃ ┃ ┃ ┃ ┣ Perspective1.js
┃ ┃ ┃ ┃ ┣ Perspective2.js
┃ ┃ ┃ ┃ ┣ ... ┃ ┃ ┃ ┃ ┣ ...
┃ ┣ configs ┃ ┣ configs
┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┗ YOUR_PORTAL
...@@ -96,23 +95,21 @@ src ...@@ -96,23 +95,21 @@ src
┃ ┃ ┃ ┣ fullTextSearch.js ┃ ┃ ┃ ┣ fullTextSearch.js
┃ ┃ ┃ ┣ perspective1.js ┃ ┃ ┃ ┣ perspective1.js
┃ ┃ ┃ ┣ perspective1Facets.js ┃ ┃ ┃ ┣ perspective1Facets.js
┃ ┃ ┃ ┣ perspective2.js
┃ ┃ ┃ ┣ perspective2Facets.js
┃ ┃ ┃ ┣ ... ┃ ┃ ┃ ┣ ...
┃ ┃ ┣ index.js <-- combine your reducers here ┃ ┃ ┣ index.js <-- combine your reducers here
┃ ┣ translations ┃ ┣ translations
┃ ┃ ┗ YOUR_PORTAL ┃ ┃ ┗ YOUR_PORTAL
┃ ┃ ┃ ┣ localeEN.js ┃ ┃ ┃ ┣ localeEN.js
┃ ┃ ┃ ┣ ... ┃ ┃ ┃ ┣ ...
server server
┃ ┣ sparql ┃ ┣ sparql
┃ ┃ YOUR_PORTAL ┃ ┃ YOUR_PORTAL
┃ ┃ ┃ ┣ FacetConfigs.js <-- url of the SPARQL endpoint and property paths for facets ┃ ┃ ┃ ┣ perspective_configs
┃ ┃ ┃ ┣ SparqlQueriesFullText.js <-- add result set properties for full text search here ┃ ┃ ┃ ┃ ┗ ... <-- endpoint and facet configs for each perspective
┃ ┃ ┃ ┣ SparqlQueriesPerspective1.js <-- SPARQL queries related to a specific perspective ┃ ┃ ┃ ┣ sparql_queries
┃ ┃ ┃ ┣ SparqlQueriesPerspective2.js ┃ ┃ ┃ ┃ ┗ ... <-- SPARQL queries
┃ ┃ ┃ ┣ ... ┃ ┃ ┃ ┗ BackendSearchConfig.js <-- combine your backend config into this file
┃ ┃ ┃ ┗ SparqlQueriesPrefixes.js <-- prefixes for all SPARQL queries ┃ ┗ index.js <-- import the backend config file here
``` ```
## Documentation ## Documentation
......
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