Configuration
Types
Cards:
Name of the different objects types, displayed in drop down in top left
The internal naming of the different types (don't change)
A flag to determine if the specific item should be creatable and displayed under the menu in top right (default false)
The label to display for creatable items
Property mappings
Model keys to OC property mapping
Event:
A key value pair where left part is internal keys and right part is OC properties
Internal format to determine that the following part is a relation. Left part internal key
Which property to contains the relation from OC
PlanningItem:
A key value pair where left part is internal keys and right part is OC properties
Internal format to determine that the following part is a relation. Left part internal key
Which property to contains the relation from OC
Assignment:
A key value pair where left part is internal keys and right part is OC properties
Internal format to determine that the following part is a relation. Left part internal key
Which property to contains the relation from OC
SingleView:
A key value pair where left part is internal keys and right part is OC properties
Internal format to determine that the following part is a relation. Left part internal key
Which property to contains the relation from OC
Articles:
A key value pair where left part is internal keys and right part is OC properties
Concepts:
A key value pair where left part is internal keys and right part is OC properties
Internal format to determine that the following part is a relation. Left part internal key
Which property to contains the relation from OC
Avatar:
A key value pair where left part is internal keys and right part is OC properties
Property fetching
Determine what properties to fetch from OC for each type. Left side is keys used in code and right is the named keys from property mapping (not OC properties)
Event:
A property mapping key to fetch
An example where the property key is a relation and also fetching the sub key of that relation
PlanningItem:
A property mapping key to fetch
An example where the property key is a relation and also fetching the sub key of that relation
Assignment:
A property mapping key to fetch
An example where the property key is a relation and also fetching the sub key of that relation
SingleView:
A property mapping key to fetch
An example where the property key is a relation and also fetching the sub key of that relation
Article:
A property mapping key to fetch
Concept:
An internal key used to know what to fetch for specific concept types whitin the app
A property mapping key to fetch
An example where the property key is a relation and also fetching the sub key of that relation
Queries & Suggestions
Setup base queries for the different types as well as suggest fields to use
Event:
Base query
The base query for Events
Event suggest fields + sort order
The fields to use when using suggest search
Left part is a property mapping key to fetch while the following number is a rank weight in order to sort the results. Higher number equals higher sorting order
Event labels
A mapping from key to a Label, left part is the key specified in the fields config while the right part is the translated label to display in result
PlanningItem:
Base query
The base query for Planning Items
Planning Item suggest fields + sort order
The fields to use when using suggest search
Left part is a property mapping key to fetch while the following number is a rank weight in order to sort the results. Higher number equals higher sorting order
Planning Item labels
A mapping from key to a Label, left part is the key specified in the fields config while the right part is the translated label to display in result
Assignment:
Base query
The base query for Assignments
Planning Item suggest fields + sort order
The fields to use when using suggest search
Left part is a property mapping key to fetch while the following number is a rank weight in order to sort the results. Higher number equals higher sorting order
Planning Item labels
A mapping from key to a Label, left part is the key specified in the fields config while the right part is the translated label to display in result
Article
Base query
The base query for Article
Article Item suggest fields + sort order
The fields to use when using suggest search
Left part is a property mapping key to fetch while the following number is a rank weight in order to sort the results. Higher number equals higher sorting order
Article labels
A mapping from key to a Label, left part is the key specified in the fields config while the right part is the translated label to display in result
Article date options
Used to allow date search in linked articles modal.
Providers
Content Provider (LCC/OC)
The named content provider mapped in LCC/OC-communication plugin, uses default key store value
ICP image content provider
Internal key used by articles
The provider to use from ICP in order to display image
Which function on the specified provider to use
Which type of identifier to use filename/uuid (depending on service)
Internal key used to render Concept avatars
Map options
Maps settings
A valid Google maps api key in order to utilise the map functionality inside NRP
Writer
Writer config
Endpoint to a writer that works towards the same OC
Options wether to open articles in new window or not
Email service
If email service should be displayed in app or not
URL to Naviga mail service Send (sendmail.Email/Send)
URL to Naviga mail service List (sendmail.Email/GetThread)
URL to the mail service domain (i.e. saas-stage.infomaker.io)
Debug
Log to console
Determine if extra debug outputs should be outputted into the console of the browser or not
Last updated