Service - Catalog Standard: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
{ | { | ||
configTag: "TranslationsServiceName" | configTag: "TranslationsServiceName" | ||
configKey: "TranslationsServiceName | configKey: "TranslationsServiceName" | ||
configValue: xxx // eg: "Translations" | configValue: xxx // eg: "Translations" | ||
} | } |
Revision as of 03:55, 4 March 2021
Overview
Handler service for the standard catalog type.
Repository
https://bitbucket.org/stb_working/catalog-standard/src/master/
DynamoDB tables
Standard Config Table Per Service
Configuration tags
{
configTag: "CatalogTreeServiceName"
configKey: {eg: "CatalogTreeServiceName"}
configValue: {eg: "CatalogTreeStandard"}
}
{
configTag: "TranslationsServiceName"
configKey: "TranslationsServiceName"
configValue: xxx // eg: "Translations"
}
Neptune graph database
catalog
vertexId: catalog_{catalogId}
Properties:
- filter
- stringified object containing default search result filter
- requiredData
- stringified object containing default search result requiredData
- searchType
- product|variant|variantProduct
- categoryTreeServiceName
- eg: "CategoryTreeStandard"
Ideas
- One filter that will normally be on, but could be removed, is to only show items that have available quantity, this will tie into the locationtreenodeid.