User contributions for Sven the Barbarian
Jump to navigation
Jump to search
22 September 2023
- 12:5612:56, 22 September 2023 diff hist +4,079 N Service - GraphNavigation Created page with "= Overview = Manages configuration a graph navigation (eg forum system) = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-graphnavigation-config = DynamoDB tables = == GraphNavigationConfigMain == <syntaxhighlight lang="JavaScript"> { graphNavigationConfigId: "xx", // {random uuid} graphNavigationConfig: "xx", // json encoded object of configuration graphNavigationConfigName: "yy", // user specified name of the config userId: "xx" } </syn..."
- 12:5512:55, 22 September 2023 diff hist −1 Service Stack - Shared Services →Services
- 12:3112:31, 22 September 2023 diff hist +40 Service Stack - Shared Services No edit summary
30 August 2023
- 14:2214:22, 30 August 2023 diff hist +358 Per Service Schemas No edit summary
- 14:1614:16, 30 August 2023 diff hist +819 Per Service Schemas →Example ObjectSchema
24 August 2023
- 14:5814:58, 24 August 2023 diff hist +75 Per Service Schemas No edit summary
- 14:5514:55, 24 August 2023 diff hist +669 Per Service Schemas No edit summary
- 13:4113:41, 24 August 2023 diff hist +1,108 Service - Import Data No edit summary
12 August 2023
- 13:2213:22, 12 August 2023 diff hist +482 Service - Transform Units No edit summary
9 August 2023
- 14:3114:31, 9 August 2023 diff hist +256 Service - Transform Units No edit summary
- 13:4413:44, 9 August 2023 diff hist +150 Service - Unit Of Measure No edit summary current
- 13:4413:44, 9 August 2023 diff hist +237 NPM module - Izara Core - Property Node No edit summary current
6 August 2023
- 12:3312:33, 6 August 2023 diff hist +472 N Service Stack - Monitoring Created page with "= Overview = Services that manage monitoring various stages of the supply chain. Is a separate service stack as can be used independent of Service Stack - Stages = Services = = Notes = * need to add way for Stages to change link to different monitoring services for each Unit * different types of monitoring, eg static video, video with tracking detail = Working documents = Service Stack - Monitoring"
- 12:2912:29, 6 August 2023 diff hist +1,229 Service - Unit Standard No edit summary
- 12:1912:19, 6 August 2023 diff hist +128 Service - Unit Manager No edit summary
- 12:1812:18, 6 August 2023 diff hist +143 Service - Unit Packing No edit summary
- 12:1612:16, 6 August 2023 diff hist +154 Service - Unit Packing No edit summary
- 12:1212:12, 6 August 2023 diff hist +1,775 Service - Transform Units No edit summary
- 11:5811:58, 6 August 2023 diff hist +160 Service - Transform Units No edit summary
- 11:5411:54, 6 August 2023 diff hist +154 Service - Transform Units No edit summary
- 11:5211:52, 6 August 2023 diff hist +2,838 N Service - Transform Units Created page with "= Overview = Transformations are used to convert a number of input Units into sets of output Units. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-transform-units = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> == TransformC..."
- 10:3310:33, 6 August 2023 diff hist +84 Service Stack - Units No edit summary
- 10:0510:05, 6 August 2023 diff hist +2,370 N Service - Stage Adjustment Created page with "= Overview = Adjustments that are performed on a Unit when it passes into a stage. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-adjustment = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> == LogicalResults == Sta..."
- 10:0010:00, 6 August 2023 diff hist −12 Service - Unit Type No edit summary
- 09:4209:42, 6 August 2023 diff hist +863 N Service - Stage Standard Created page with "= Overview = Handler service for standard supply/production stages that allow adjustments to units as they pass into the stage. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-standard = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </sy..."
- 09:4109:41, 6 August 2023 diff hist −396 Service - Unit Standard No edit summary
- 09:4109:41, 6 August 2023 diff hist +386 Service - Unit Type No edit summary
- 09:3509:35, 6 August 2023 diff hist +318 N Service - Stage (handlers) Created page with "= Overview = New handler services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Stage Standard = Working documents = Stage (handlers) Stage (handlers)" current
- 09:3409:34, 6 August 2023 diff hist +1,868 N Service - Stage Manager Created page with "= Overview = Each stage is handled by a Service - Stage (handlers) service. The Stage Manager service handles shared orchestration of the Stage Handler services. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-manager = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "SupplyGraphServiceName" configTag: "SupplyGraphServiceName" config..."
- 09:3209:32, 6 August 2023 diff hist +3 Service - Sell Offer Plan →Relationships
- 08:3708:37, 6 August 2023 diff hist +88 Service Stack - Stages No edit summary current
- 08:3608:36, 6 August 2023 diff hist +347 N Service Stack - Stages Created page with "= Overview = Services that manage stages that units can pass through during their supply/production chain = Services = == Stages == * Service - Stage Manager * Service - Stage (handlers) *# Service - Stage Standard == Other == = Working documents = Service Stack - Stages"
- 08:3008:30, 6 August 2023 diff hist +1,350 Service - Unit Manager No edit summary
- 08:2308:23, 6 August 2023 diff hist −96 Service - Unit (handlers) No edit summary current
- 08:2008:20, 6 August 2023 diff hist +3,129 N Service - Unit Type Created page with "= Overview = Each Unit Standard is connected to a Unit Type which defines standard properties and how to handle them. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-type = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> =..."
- 08:1908:19, 6 August 2023 diff hist +467 Service - Unit Standard No edit summary
- 07:2507:25, 6 August 2023 diff hist +1 Service Stack - Units No edit summary
- 07:2507:25, 6 August 2023 diff hist +20 Service Stack - Units No edit summary
- 07:2407:24, 6 August 2023 diff hist +863 N Service - Unit Packing Created page with "= Overview = Handler service for the packing unit that represents multiple standard units packed into a single trackable unit, eg carton. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-packing = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph"..."
- 07:2307:23, 6 August 2023 diff hist −396 Service - Unit Standard No edit summary
- 07:2307:23, 6 August 2023 diff hist +552 Service - Unit Manager No edit summary
- 07:1607:16, 6 August 2023 diff hist +1,912 N Service - Unit Standard Created page with "= Overview = Handler service for the standard unit that tracks a single item. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-standard = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> <syntaxhighlight lang="JavaScript"> {..."
- 06:5506:55, 6 August 2023 diff hist +439 N Service - Unit (handlers) Created page with "= Overview = New handler services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Unit Standard * Service - Unit Packing = DynamoDB tables = * Each handler service will manage its own tables according to it's needs = Working documents = Unit (handlers) Unit (handlers)"
- 06:5406:54, 6 August 2023 diff hist +1,166 N Service - Unit Manager Created page with "= Overview = Each unit is handled by a Service - Unit (handlers) service. The Unit Manager service handles shared orchestration of the Unit Handler services. = Repository = https://bitbucket.org/izara-market-products/izara-market-products-unit-manager = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "SupplyGraphServiceName" configTag: "SupplyGraphServiceName" configV..."
- 06:3606:36, 6 August 2023 diff hist +373 N Service Stack - Units Created page with "= Overview = Services that manage trackable units = Services = == Units == * Service - Unit Manager * Service - Unit (handlers) *# Service - Unit Standard *# Service - Unit Packing * Service - Unit Attributes == Other == * [[Service - Unit Type] = Working documents = Service Stack - Units"
- 06:3006:30, 6 August 2023 diff hist +200 N Development - Izara Supply Created page with "= Backend = == Backend services == * Service Stack - Units * Service Stack - Stages * Service Stack - Monitoring == NPM modules == * NPM module - izara-supply-shared (not yet made)"
- 05:5505:55, 6 August 2023 diff hist +480 NPM module - Izara Core - Property Node No edit summary
- 05:4705:47, 6 August 2023 diff hist +1,838 N Service - Unit Of Measure Created page with "= Overview = Manages units of measurement and their relationship to each other. = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-unit-of-measure = Graph database = == Service - Core Graph == === Nodes === <syntaxhighlight lang="JavaScript"> { nodeLabel: "{UnitOfMeasureLib.UNIT_OF_MEASURE_GRAPH_NODE_LABEL}", // "unitOfMeasure" schema: { identifier: true, restrictProperties: true, restrictRelationships: true, properties: { u..."
- 05:1805:18, 6 August 2023 diff hist +36 Service Stack - Shared Services No edit summary
- 03:0803:08, 6 August 2023 diff hist +112 Design concepts No edit summary