User contributions for Sven the Barbarian
Jump to navigation
Jump to search
13 April 2024
- 21:3921:39, 13 April 2024 diff hist +612 N 2024-04-14 - MenuConfig frontend selection Created page with "Service - Menu Config Frontend Page - Configure MenuConfig = Overview = * Change from frontend areas (Buying/Selling/Admin) to setting of which MenuConfig currently using * Have a MenuConfig element that changes the currently used MenuConfig = Default MenuConfig = * MenuConfig element that changes currently used MenuConfig has an option to set default MenuConfig at same time * Default MenuConfig is a user setting saved at backend * Is used when used signs in..." current
8 January 2024
- 23:4523:45, 8 January 2024 diff hist +2,901 2024-01-09 - Frontend GraphNav requesting relNodes No edit summary current
- 23:4023:40, 8 January 2024 diff hist −2,079 Frontend SitePage Element - GraphNavigation No edit summary current
- 23:3523:35, 8 January 2024 diff hist +1,587 N 2024-01-09 - Frontend GraphNav requesting relNodes Created page with "Frontend SitePage Element - GraphNavigation = graphNavigation useRef = * graphNavigation has Ref focusedNodes that stores array of focused nodes for each graphNav * graphNavigation has Ref for all nodes sent relNode request to backend (so not double up requests) = initialNodes processing = * initialNodes sets focusedNodes for each graphNav as all initialNodes shown in that graphNav (objTypes) * initialNodes setGraphNode(s) * setGraphNode triggers a useEffect that n..."
- 23:2923:29, 8 January 2024 diff hist +146 Frontend SitePage Element - GraphNavigation No edit summary
29 November 2023
- 15:0915:09, 29 November 2023 diff hist +266 NPM module - izara-shared →AwaitingMultipleSteps current
24 October 2023
- 02:3002:30, 24 October 2023 diff hist +346 Frontend SitePage Element - GraphNavigation No edit summary
- 02:2502:25, 24 October 2023 diff hist +915 Frontend SitePage Element - GraphNavigation No edit summary
23 October 2023
- 15:0815:08, 23 October 2023 diff hist −51 Development - Izara Core No edit summary
- 14:5314:53, 23 October 2023 diff hist +50 Development - Izara Core →NPM modules
13 October 2023
- 12:2912:29, 13 October 2023 diff hist +2,387 Frontend SitePage Element - GraphNavigation No edit summary
30 September 2023
- 14:0014:00, 30 September 2023 diff hist +1 2023-09-30 - Example GraphNavigation SortResults No edit summary current
- 05:3305:33, 30 September 2023 diff hist −2 Service - GraphNavigation No edit summary current
- 05:3305:33, 30 September 2023 diff hist −1 Frontend SitePage Element - GraphNavigation No edit summary
- 05:3305:33, 30 September 2023 diff hist +825 N 2023-09-30 - Example GraphNavigation SortResults Created page with "Service - GraphNavigation Frontend SitePage Element - GraphNavigation = Example Querying Backend per Node Result = <syntaxhighlight lang="JavaScript"> [ { dataId: "{serviceTag}_{objectType}_{relUuid}_{.... fieldname/value pairs according to deliminator depth}", data: { nodeProperty_xx: "yy", relationshipType: "zz", relationshipProperty_xx: "yy", nodeVersionedDataProperty_tag_xx: "yy", } }, // .. ] </syntaxhighlight> = Example InitialNodes..."
- 04:0704:07, 30 September 2023 diff hist 0 Frontend SitePage Element - GraphNavigation No edit summary
- 04:0704:07, 30 September 2023 diff hist +3,316 N Frontend SitePage Element - GraphNavigation Created page with "= Querying Backend per Node = * After the GraphNavigation Config is received from the backend an initial SortResult request is sent to the backend to find data to populate the graph * One request per node found * Config will specify how many hops to request data for, from currently focused node or from floating nodes (case of multiple initial nodes) * Could move some of this processing to a backend endpoint that combines a number of hops into one request * SortFields wi..."
- 04:0704:07, 30 September 2023 diff hist −625 Service - GraphNavigation No edit summary
- 03:3503:35, 30 September 2023 diff hist −7 Service Stack - Shared Services No edit summary current
- 03:3403:34, 30 September 2023 diff hist +39 N Service - GraphNavigation Config Sven the Barbarian moved page Service - GraphNavigation Config to Service - GraphNavigation current Tag: New redirect
- 03:3403:34, 30 September 2023 diff hist 0 m Service - GraphNavigation Sven the Barbarian moved page Service - GraphNavigation Config to Service - GraphNavigation
- 03:2903:29, 30 September 2023 diff hist +76 Development - Izara Core No edit summary
22 September 2023
- 14:4714:47, 22 September 2023 diff hist +660 Service - Conversation No edit summary
- 14:4714:47, 22 September 2023 diff hist +2,978 Service - Comment No edit summary
- 14:0814:08, 22 September 2023 diff hist +1,192 N Service - Comment Created page with "= Overview = A single comment made by a user. A comment can be part of a conversation thread (or perhaps many), or perhaps standalone or connected to any object in the project. = Repository = * not yet made: https://bitbucket.org/izara-conversations/izara-conversations-comment = DynamoDB tables = == LogicalResults == Standard LogicalResults Per Service = Graph database = == Nodes == <syntaxhighlight lang="JavaScript"> { nodeLabel: "{CommentLib.COMMENT_GRAP..."
- 14:0514:05, 22 September 2023 diff hist +1,152 N Service - Conversation Created page with "= Overview = A Conversation is a single thread of comments, and perhaps other objects. = Repository = * not yet made: https://bitbucket.org/izara-conversations/izara-conversations-conversation = DynamoDB tables = == LogicalResults == Standard LogicalResults Per Service = Graph database = == Nodes == <syntaxhighlight lang="JavaScript"> { nodeLabel: "{ConversationLib.CONVERSATION_GRAPH_NODE_LABEL}", // "conversation" schema: { identifier: true, restrict..."
- 13:5513:55, 22 September 2023 diff hist +112 N Service Stack - Conversations Created page with "= Overview = Conversations created by users = Services = * Service - Conversation * Service - Comment"
- 13:5413:54, 22 September 2023 diff hist +1 Service Stack - Search and Sort No edit summary
- 13:5313:53, 22 September 2023 diff hist +36 Development - Izara Core →Backend services
- 13:1713:17, 22 September 2023 diff hist +914 Service - GraphNavigation No edit summary
- 12:5912:59, 22 September 2023 diff hist +232 Service - GraphNavigation No edit summary
- 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