All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 09:37, 29 July 2025 Seagame talk contribs created page 2025-07-29 Graph EndPoint (Created page with "== Create EndPoint == === Create Basic === ''' requestParam ''' <source lang="json"> { "objectType": "xxxxx", "fieldNames": { //fields or if have fields of versionedData } } </source> ''' returnOutput ''' <syntaxhighlight lang="javascript"> { "objType": { "objectType": "xxxxx", "serviceTag": "yyyyy" }, "objInstanceFull": { "identifiers": { //identifiers }, "fields": { //fields } }, "relationships": [], "status": "complete", // or...")
- 10:37, 27 July 2025 Sven the Barbarian talk contribs created page 2025-07-27 - Assigning sub values to AttributeTree links (Created page with "NPM module - Izara Core - Attribute Tree Service - Product Attributes Service - Sell Offer Terms = Overview = Attribute links added to an attribute tree for a specific subject, such as productAttributes for a product, might have sub values attached to them, for example Material label might have Cotton value, but then a sub value of the percentage of cotton. = Data structure = Create child attribute link below cotton with label eg Material Content Percent,...")
- 08:55, 27 July 2025 Sven the Barbarian talk contribs created page Service - Feed Group (Created page with "= Overview = A group of Video Feeds, eg for one location. = Repository = https://bitbucket.org/izara-video-feed/izara-video-feed-feeds-feed-group = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "feedGroup", belongTo: { serviceTag: "user", objectType: "user" }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { feedGroupId: { type: "string", randomOnCreate: true },...")
- 08:51, 27 July 2025 Sven the Barbarian talk contribs created page Service - Feed Chunk (Created page with "= Overview = An uploaded section of a video feed. = Repository = https://bitbucket.org/izara-video-feed/izara-video-feed-feeds-feed-chunk = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "feedChunk", belongTo: { serviceTag: "user", objectType: "user" }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { feedChunkId: { type: "string", randomOnCreate: true }, sourceT...")
- 08:51, 27 July 2025 Sven the Barbarian talk contribs created page Service - Video Feed (Created page with "= Overview = One feed instance is a single input source, which can be broken up into multiple feedChunks. = Repository = https://bitbucket.org/izara-video-feed/izara-video-feed-feeds-video-feed = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "videoFeed", belongTo: { serviceTag: "user", objectType: "user" }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { videoFeedId: { type:...")
- 11:46, 26 July 2025 Sven the Barbarian talk contribs created page Service Stack - Feeds (Created page with "= Overview = Services that feeds and feed groups = Services = == Stages == * Service - Feed Group * Service - Video Feed = Working documents = Service Stack - Feeds")
- 11:36, 26 July 2025 Sven the Barbarian talk contribs created page Development - Izara Video Feed (Created page with "= Backend = == Backend services == * Service Stack - Feeds == NPM modules ==")
- 14:22, 20 July 2025 Sven the Barbarian talk contribs created page Service - Izara Video Feed (Created page with "= Overview = Handler service for connecting a location to an Izara Video Feed group. = Repository = https://bitbucket.org/izara-supply-supply-locations/izara-supply-monitoring-izara-video-feed = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "izaraVideoFeed", extendObjType: { serviceTag: "monitorManager", objectType: "monitor", }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { // fr...")
- 13:02, 20 July 2025 Sven the Barbarian talk contribs created page Service - Monitor Manager (Created page with "= Overview = Each monitor is handled by a Service - Monitor (handlers) service. The Monitor Manager service handles shared orchestration of the Monitor Handler services and the base monitor objectType. = Repository = https://bitbucket.org/izara-supply-supply-locations/izara-supply-monitoring-monitor-manager = DynamoDB tables = == MonitorRecord == Records which Handler manages each Monitor <syntaxhighlight lang="JavaScript"> { monitorId monitorHandlerService...")
- 14:00, 18 July 2025 Sven the Barbarian talk contribs created page 2025-07-18 - Frontend url Link Construction (Created page with "= Overview = Way of configuring and building links for ui outputs that link to urls. Search parameters and path components may come from variables. An example use is in table output records where links might direct to urls that need to include identifier field from the record in the url = example urlConfig = <syntaxhighlight lang="JavaScript"> { baseUrl: "xxx", pathComponents: [ { type: "string", string: "xxx" }, { type: "variable", // not sure ho...")
- 07:19, 1 July 2025 Sven the Barbarian talk contribs created page 2025-04-14 - Frontend LinkPath structure for tableOutput (Created page with "Service - Search Results = Overview = Struture frontend TableConfig and Output prepare for shared library that creates complexFilter and requestProperties = Example params = <syntaxhighlight lang="JavaScript"> let paramFromTableOutput = { objType: { //* main objType serviceTag: "ProductManager", objectType: "Product" }, mainComplexFilterUnits: { // used to create main complexFilter uuid_FilterUnitA: { linkStepObject: "uuid_LinkStepObjectA", }, }...")
- 14:19, 21 June 2025 Sven the Barbarian talk contribs created page 2025-06-21 - Consolidated notification messages (Created page with "Service - Search Results = Triggering processing of consolidated notifications = * Eventbridge for one off events * Use for notificationGroups that have a recurring schedule * Not for notificationGroups that consolidate when x number of messages received * When a recurring group is processed, add it's schedule to the old schedule timeframe so that the time processed is standard (eg processes every day at the same time) = Processing notificationGroups after x number...")
- 10:55, 12 June 2025 Rut talk contribs created page 2025-06-12 - frontend page template error (Created page with "==Error== <syntaxhighlight> Cannot use import statement outside a module SyntaxError: Cannot use import statement outside a module application '@izaraFrontends/payment' died in status LOADING_SOURCE_CODE: Cannot use import statement outside a module SyntaxError: Cannot use import statement outside a module </syntaxhighlight> ==fix== <syntaxhighlight lang="JavaScript"> const { merge } = require("webpack-merge"); const singleSpaDefaults = require("webpack-config-single-...")
- 10:33, 10 June 2025 Rut talk contribs created page 2025-06-10 - Frontend Variable Object Standard (Created page with "==initTableConfig== export const NAME = { USER_NAME: "tableIdB", SLICE_NAME: "configReducer", }; ==tableConfig== <syntaxhighlight lang="JavaScript"> let objConfig = useSelector((state) => state[NAME.SLICE_NAME][USER_NAME]); //config edit let objOutputTableConfig = useSelector((state) => state[NAME.SLICE_NAME][USER_NAME]); //output action ui visible edit let keySection </syntaxhighlight> if position in Element = objConfigElement ==ElementComponent== <synt...")
- 11:14, 30 May 2025 User account Olive talk contribs was created by Sven the Barbarian talk contribs and password was sent by email
- 11:13, 30 May 2025 Sven the Barbarian talk contribs blocked Pack talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled)
- 03:24, 20 May 2025 Sven the Barbarian talk contribs created page Service - Issue (Created page with "= Overview = Issues can be raised against any objType, when an issue is raised a jury is selected by sortition and decides on whether the issue is acquitted or the severity and level of punishment for the offense. Issues link to a top level comment which in turn sets the primary subject of the issue, discussion of the issue happens in this comment's replies. = Notes = * jurors could be rewarded with tokens that can be traded and used be sellers to increase exposure o...")
- 03:26, 26 April 2025 Seagame talk contribs moved page 2025-04-23 Graph Use Case/GetNode to 2025-04-23 Graph Use Case/GetNode and GetNodes
- 09:05, 25 April 2025 Seagame talk contribs moved page 2025-04-23 Graph Using GetNode to 2025-04-23 Graph Use Case/GetNode
- 09:01, 25 April 2025 Seagame talk contribs moved page 2025-03-27 Graph CreateNode to 2025-03-27 Graph Use Case/CreateNode
- 05:42, 23 April 2025 Seagame talk contribs created page 2025-04-23 Graph Using GetNode (Created page with "= Overview = = Using Case = == GetNode with identifiers == * Example param <source lang="json"> </source> * Output <syntaxhighlight lang="javascript"> </syntaxhighlight> == GetNode with VersionedData Case false == * Example param <source lang="json"> </source> * Output <syntaxhighlight lang="javascript"> </syntaxhighlight> == GetNode with versionedData Case true == * Example param <source lang="json"> </source> * Output <syntaxhighlight lang="javascript"> <...")
- 02:40, 18 April 2025 Sven the Barbarian talk contribs moved page 2025-034-17 User Detial to 2025-03-17 User Detail
- 00:35, 18 April 2025 Pack talk contribs created page 2025-04-18 - single spa (Created page with " 2025-04-18 2025-04-18")
- 00:35, 18 April 2025 Pack talk contribs created page 2025-04-18 - frontend page-output output npm library (Created page with " 2025-04-18 2025-04-18")
- 00:35, 18 April 2025 Pack talk contribs created page 2025-04-18 - frontend responsive (Created page with " 2025-04-18 2025-04-18")
- 00:32, 18 April 2025 Pack talk contribs created page Category:Working documents - frontend responsive (Created page with " 2025-04-18 2025-04-18")
- 11:53, 17 April 2025 Sven the Barbarian talk contribs created page 2025-04-17 - ProcessLogical handle comparisons (Created page with "Service - Complex Filter = Overview = Unable to perform comparisons in ProcessLogical due to data being in databases that are inefficient for querying (Graph or non-sort key DynamoDB fields). = Solution = When generated ProcessLogical code receives request select the most efficient method to perform comparison. If is a comparison of a field that is stored in DynamoDB as a sortKey (and partition key in logicalElement) we can perform the comparison directly on that...")
- 08:19, 17 April 2025 Sven the Barbarian talk contribs created page 2025-04-17 - LinkPath structure and examples (Created page with "Service - Search Results 2025-04-17 2025-04-17")
- 08:18, 17 April 2025 Sven the Barbarian talk contribs moved page 2023-03-14 - Frontend Authentication with Redux to 2025-03-20 - Frontend Authentication with Redux
- 08:13, 17 April 2025 Sven the Barbarian talk contribs deleted page 2025-04-07- Frontend Redux Structure (unused)
- 08:12, 17 April 2025 Sven the Barbarian talk contribs deleted page 2024-09-27 - Frontend Global Redux Store (unused)
- 07:22, 17 April 2025 Pack talk contribs created page 2025-034-17 User Detial (Created page with "=Concept=")
- 12:39, 16 April 2025 Sven the Barbarian talk contribs moved page Frontend Styles to 2025-04-08 - Frontend Styles
- 07:12, 14 April 2025 Sven the Barbarian talk contribs created page 2025-04-14 - Injecting requestProperties into LinkPath and ComplexFilters (Created page with "Service - Search Results = Overview = Want a standardized schema based method of adding requestProperties and combination filters into LinkPaths, for example for frontend table submission. Both top level combinationComplexFilters (eg parent location nodes for orderPrices) and perParentComplexFilter that are applied to each parent intermediate id record (eg delMethLink and payMethLink for orderPrices). * requestProperties can optionally be applied as filters in th...")
- 10:05, 12 April 2025 Pack talk contribs created page 2025-04-12- translation (Created page with "=Translation Microfrontend= =Translation NPM Library")
- 10:13, 7 April 2025 Pack talk contribs created page 2025-01-07 - Micro Frontends Tree Structure (Created page with " 2025-04-07 2025-04-07")
- 08:52, 7 April 2025 Pack talk contribs created page 2025-04-07- Frontend Redux Structure (Created page with " 2025-04-07 2025-04-07")
- 08:47, 27 March 2025 Seagame talk contribs created page 2025-03-27 Graph CreateNode (Created page with "= CreateNode Function = == Overview == == Using Case == === CreateNode with identifiers === === CreateNode with versionedData === === CreateNode with belongTo === === CreateNode with targetNode ===")
- 01:51, 25 March 2025 Sven the Barbarian talk contribs created page Service - Forum Tree (Created page with "= Overview = Tree used to categorize forum topics. Forum topics can then be the hasPrimarySubject of a comment to begin a new topic in the forum. Many forum trees can be created with their own forum topic hierarchy. Forum topics can be linked to by anywhere in any forumTree. = Repository = https://bitbucket.org/izara-conversations/izara-conversations-forum-tree = Object Schemas = ; Additional Information: Per Service Schemas == objType == === forumTree === <...")
- 09:06, 20 March 2025 Pack talk contribs created page Frontend Styles (Created page with "= styled-components concept= * use "Izara" + html tag + "Style" * html tag = using tag <syntaxhighlight lang="JavaScript"> const IzaraInputStyle = styled.input </syntaxhighlight>")
- 08:51, 20 March 2025 Pack talk contribs created page 2023-03-14 - Frontend Authentication with Redux (Created page with "== other == * User Detial * Frontend Styles 2025-03-20 2025-03-20")
- 03:07, 6 March 2025 Seagame talk contribs created page 2025-03-06 - Graph Handler Docs (Created page with "= Overview = GraphHandler is a service that manages interactions with a neo4j graph database. It acts as an interface between applications and the underlying graph database, ensuring efficient data retrieval, updates, and analytics.")
- 08:49, 24 February 2025 Pong talk contribs moved page Integration Test Examples to 2025-02-20 - Integration Test examples
- 07:14, 21 February 2025 Pong talk contribs created page Integration Test Examples (Created page with "= Overview = :The example of properties in resources.json, events.json and tests.json for upload to S3 bucket :Integration Test Config for config of each property in these files = resources.json = <syntaxhighlight lang="JavaScript"> { "Lambda":{ "{FunctionNameHdrSqs}":{ "localLacation":"/src/FunctionNameHdrSqs.js", "localHandler":"main", "functionName":"FunctionNameHdrSqs" // FunctionName is full name of function afte...")
- 12:38, 16 February 2025 Sven the Barbarian talk contribs created page Service - Supply Location Manager (Created page with "= Overview = Each supply location is handled by a Service - Supply Location (handlers) service. The Supply Location Manager service handles shared orchestration of the Supply Location Handler services and the base supplyLocation objectType. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-... = DynamoDB tables = == SupplyLocationRecord == Records which Handler manages each Stage <syntaxhighlight lang="JavaScript"> { supplyLocationId sup...")
- 12:38, 16 February 2025 Sven the Barbarian talk contribs created page Service - Supply Location Standard (Created page with "= Overview = Handler service for configuring a standard supply location. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-... = objectSchemas = <syntaxhighlight lang="JavaScript"> { objectType: "supplyLocationStandard", extendObjType: { serviceTag: "supplyLocationManager", objectType: "supplyLocation", }, storageResources:{ "xxx":{ storageType: "graph", graphServerTag: "xx", } }, fieldNames: { // from stage objectType },...")
- 12:23, 16 February 2025 Sven the Barbarian talk contribs created page Service - Supply Location (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 - Supply Location Standard = Working documents = Supply Location (handlers) Supply Location (handlers)")
- 12:22, 16 February 2025 Sven the Barbarian talk contribs created page Service Stack - Supply Locations (Created page with "= Overview = Services that manage locations that Units can be stored in, will link to monitoring services. = Services = == Supply Locations == * Service - Supply Location Manager * Service - Supply Location (handlers) *# Service - Supply Location Standard = Working documents = Service Stack - Stages")
- 11:43, 16 February 2025 Sven the Barbarian talk contribs created page 2025-02-16 - Supply Chain Transform Units examples (Created page with "Service - Transform Units = Calculate cost of outputUnit from many inputUnits = <syntaxhighlight lang="JavaScript"> { properties: { inputUnits: [ { unitTypeId: "fabric", numberOfUnits: 1, calculatedProperties:{ unitTypeTrackedPropertyId(remainingYards): { integerOnly: false, quantityReductionSetting: "clearPerUnit", valueUsePerOutputUnit: 5.7 }, }, }, { unitTypeId: "bagOfButtons", numberOfUnits: 2...")
- 04:36, 11 February 2025 Sven the Barbarian talk contribs created page Developer guide for making Integration Tests (Created page with "= Overview =")