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)- 04:34, 19 August 2025 Seagame talk contribs created page 2025-08-20 - Graph Use Case/GetDeepPathSearch (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. == GraphHandler-GetDeepPathSearch == 2025-08-20")
- 09:07, 18 August 2025 Seagame talk contribs moved page 2025-08-03 - Graoh Use Case : Relationship to 2025-08-18 - Migrate Neo4j Database To New Version
- 00:41, 13 August 2025 Sven the Barbarian talk contribs created page Service - Sell Offer Auction Standard (Created page with "= Overview = Sell Offer Auction Standard are time based offers for a product that buyers can bid on with a limited number of units available. Auctions do not have a fixed price structure, have settings such as minimum bid and reserve price. = Examples = * Selling a unique item and allowing buyers to bid for the price they are prepared to pay * Clearing stock at any price = Notes = * Due to the transparent nature of the marketplace, bids and minimum price to sell (r...")
- 00:24, 13 August 2025 Seagame talk contribs moved page Deploy service - Graph Handler to 2023-08-15 Deploy service - Graph Handler
- 13:49, 12 August 2025 Sven the Barbarian talk contribs created page Service - Sell Offer Reserved Sales (Created page with "= Overview = Sell Offer Reserved Sales are offers for a product that will be ready at a specific time and has a limited number of units available, buyers reserve their unit/s and optionally may pre-reserve the next time the offer becomes available. Unlike an auction, sellOfferReservedSales have a fixed price structure. = Examples = * Restaurant offers limited servings of a dish on a specific date * Raw Material producer can plan a crop will be available at a certain...")
- 13:13, 12 August 2025 Sven the Barbarian talk contribs created page Service - Sell Offer System Terms (Created page with "= Overview = Sell Offer System Terms can be applied to SellOffers to set buyer requirements linked to system level properties such as what role the buyer has. = Examples = * Only allowing buyers with verifierUser role to purchase * Blocking buyers who have a number of issues decided against them over a period of time * Excluding buyers with verified address in specific locations, regardless of delivery address = Notes = * Anyone can create a sellOfferSystemTerm * se...")
- 07:29, 4 August 2025 Seagame talk contribs created page 2025-08-03 - Graoh Use Case : Relationship (Created page with "= OverView = = Using Case = == Update Relationship == == Get Relationship == == Change RelationshpType == == Delete Relationship == 2025-08-01")
- 05:59, 4 August 2025 Seagame talk contribs moved page 2025-08-03 - Graph Use Case/UpdateNode And DeleteNode to 2025-08-03 - Graph Use Case/UpdateNode over redirect
- 05:59, 4 August 2025 Seagame talk contribs deleted redirect 2025-08-03 - Graph Use Case/UpdateNode by overwriting (Deleted to make way for move from "2025-08-03 - Graph Use Case/UpdateNode And DeleteNode")
- 04:52, 4 August 2025 Seagame talk contribs moved page 2025-08-03 - Graph Use Case/UpdateNode to 2025-08-03 - Graph Use Case/UpdateNode And DeleteNode
- 04:52, 4 August 2025 Seagame talk contribs created page 2025-08-03 - Graph Use Case/UpdateNode (Created page with "= Overview = = Using Case = == UpdateNode Basic Case == '''Example Param''' <syntaxhighlight lang="javascript"> </syntaxhighlight> '''Example Output''' <syntaxhighlight lang="javascript"> </syntaxhighlight> == UpdateNode and VersionData == '''Example Param''' <syntaxhighlight lang="javascript"> </syntaxhighlight> '''Example Output''' <syntaxhighlight lang="javascript"> </syntaxhighlight> 2025-08-03")
- 02:19, 4 August 2025 Seagame talk contribs moved page 2025-08-01 - Graph Use Case/UpdateNode to 2025-08-01 - Graph Use Case/CreateRelationship
- 03:15, 1 August 2025 Seagame talk contribs created page 2025-08-01 - Graph Use Case/UpdateNode (Created page with "= Overview = = Using Case = == Create Relationship Basic Case == === Case updateRelPropsWhenExist = True === === Case updateRelPropsWhenExist = False === == Create onCreateAddRelationships == == Create Relationship If Parent Not Have == 2025-08-01")
- 07:58, 30 July 2025 Seagame talk contribs moved page 2025-07-29 Graph EndPoint to 2025-07-29- Action EndPoint
- 06:28, 30 July 2025 Seagame talk contribs created page File:Test API Work Flow.png
- 06:28, 30 July 2025 Seagame talk contribs uploaded File:Test API Work Flow.png
- 14:18, 29 July 2025 Sven the Barbarian talk contribs created page 2025-07-29 - variantProduct SearchResults (Created page with "Service - Variant Manager Service - Search Results = Overview = * Catalog lists of listings on frontend want option to show variants mixed with stand alone listings that match filters * Want to be able to use SearchResult/SortResult services so can use on catalog, table output, graph output etc * Form could show data but variantProduct has no editable fields * Want linkPath values for variant to only show data for child products that pass filters = idea 1 (tr...")
- 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