Service - Category Tree Standard

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

Overview

Handler service for the standard category tree type.

Repository

https://bitbucket.org/stb_vit/category-tree-standard/src/master/

DynamoDB tables

Standard Config Table Per Service

Configuration tags

..

CategoryTreeNode

Fields

categoryTreeNodeId
(partition key)
...

Ideas

  • This service could hold a list of Products for each category and do things like record popularity etc.. partial lists would be OK, anything we want to add.
  • Our current structure allows one category to have multiple parents, that child category will have the same settings no matter what path you travel through the tree to reach it. Not sure how to handle presentation of the parent category/location for any category, maybe most popular, or simply first found?


Working documents

Category Tree Standard