Service - Category Standard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
<syntaxhighlight lang="JavaScript"> | <syntaxhighlight lang="JavaScript"> | ||
{ | { | ||
configTag: " | configTag: "CatalogGraphServiceName" | ||
configKey: " | configKey: "CatalogGraphServiceName" | ||
configValue: xxx // eg: " | configValue: xxx // eg: "CatalogGraph" | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Line 23: | Line 23: | ||
<syntaxhighlight lang="JavaScript"> | <syntaxhighlight lang="JavaScript"> | ||
{ | { | ||
configTag: " | configTag: "TranslationsServiceName" | ||
configKey: " | configKey: "TranslationsServiceName"" | ||
configValue: xxx // eg: " | configValue: xxx // eg: "Translations" | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 14:28, 3 March 2021
Overview
Handler service for the standard category type.
Repository
https://bitbucket.org/stb_working/category-standard/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
{
configTag: "CatalogGraphServiceName"
configKey: "CatalogGraphServiceName"
configValue: xxx // eg: "CatalogGraph"
}
{
configTag: "TranslationsServiceName"
configKey: "TranslationsServiceName""
configValue: xxx // eg: "Translations"
}
Notes
.. currently data is stored in Yii/MySQL
- categoryName translations are handled by Service - Translations and stored in Service - Translations Graph
- any category settings are stored in Service - Catalog Graph