Service - Catalog Standard

From Izara Wiki
Revision as of 10:58, 19 December 2020 by Sven the Barbarian (talk | contribs)
Jump to navigation Jump to search

Overview

Handler service for the standard catalog type.

Repository

https://bitbucket.org/stb_vit/catalog-standard/src/master/

DynamoDB tables

Standard Config Table Per Service

Configuration tags

{
	configTag: "CatalogTreeServiceName"
	configKey: {eg: "CatalogTreeServiceName"}
	configValue: {eg: "CatalogTreeStandard"}
}

Catalog

Fields

catalogId
(partition key)
filters
string

Notes

  • When creating a new categoryTreeNode for a catalog the requiredData and filter for the node can be set, if not set the default is to inherit from that node's parent categoryTreeNode. If is a top level node it inherits from the catalog's (default) filter.

Working documents

Catalog Standard