Service - Category Standard: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 37: | Line 37: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
= | = Graph database = | ||
== [[Service - Catalog Graph]]== | == [[Service - Catalog Graph]]== | ||
=== | === Nodes === | ||
==== | ==== Label: Category ==== | ||
UniqueIdPropertyNames: categoryId | |||
== [[Service - Translations Graph]] == | == [[Service - Translations Graph]] == | ||
=== | === Nodes === | ||
==== | ==== Label: CategoryName ==== | ||
UniqueIdPropertyNames: categoryId | |||
= Notes = | = Notes = |
Revision as of 14:50, 16 May 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: "CategoryServiceNameTag"
configKey: "CategoryServiceNameTag"
configValue: xxx // this own services CategoryServiceNameTag, eg "CategoryStandard"
}
{
configTag: "CatalogGraphServiceName"
configKey: "CatalogGraphServiceName"
configValue: xxx // eg: "CatalogGraph"
}
{
configTag: "TranslationsServiceName"
configKey: "TranslationsServiceName""
configValue: xxx // eg: "Translations"
}
Graph database
Service - Catalog Graph
Nodes
Label: Category
UniqueIdPropertyNames: categoryId
Service - Translations Graph
Nodes
Label: CategoryName
UniqueIdPropertyNames: categoryId
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