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)- 06:37, 19 November 2025 User account Jammy talk contribs was created by Sven the Barbarian talk contribs and password was sent by email
- 00:00, 18 November 2025 Sven the Barbarian talk contribs created page Service - Delivery Method Pickup (Created page with "= Overview = Handler service for basic pickup that use Service - Delivery Method Pickup Table for pricing and specifying pickup locations. = Repository = https://bitbucket.org/izara-market-products/izara-market-products-delivery-method-pickup = Object Schemas = ; Additional Information: Per Service Schemas == objType == === deliveryMethodPickup === * extends deliveryMethod * has versionData similar to deliveryMethodStandard to add costs and set value for...")
- 23:56, 17 November 2025 Sven the Barbarian talk contribs created page Service - Delivery Method Pickup Table (Created page with "= Overview = Handler service for pickup location tables, works similar to rateTable, the same values can be used to calculate value for price ladder, each pickupTable instance has a list of locationIds which is where the order can be picked up from. This allows a seller with multiple branches to charge delivery fee depending on which branch the order gets picked up from. When doing deepPath search for matching locationIds use the buyer supplied locationIds to find all...")
- 13:20, 28 August 2025 Sven the Barbarian talk contribs created page 2025-08-28 - Wrapping Awaiting Multiple Steps with Step (Created page with "= Overview = Rule for Awaiting Multiple Steps (AMS) is we must save all AMS before sending any async requests (eg to other flows) to protect against the sent requests returning before saving all AMS causing a race condition where the parent task completes because it thinks all steps are complete but actually they have not been saved yet. This is not efficient for large scale processes such as ImportBatch. Solution is to add a special step into the main AMS group befor...")
- 03:10, 23 August 2025 Sven the Barbarian talk contribs created page 2025-08-21 - ComplexFilter SearchResult Frontend structure (Created page with "Service - Complex Filter Service - Search Results 2024-06-26 - SearchResult linkpath 2024-11-28 - OrderPrice using linkPath flows = Overview = Creating visual representation of ComplexFilters for allowing frontend to create and manage. = Examples = * Main complex filter used in tableData * filters used at each level of LinkSteps in requiredData/Linkpaths * perParentComplexFilters and combinationComplexFilters used in LinkPaths * complexFilters used...")
- 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...")
- 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...")
- 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...")
- 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...")
- 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...")
- 02:40, 18 April 2025 Sven the Barbarian talk contribs moved page 2025-034-17 User Detial to 2025-03-17 User Detail
- 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)
- 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...")
- 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 === <...")
- 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 =")
- 14:41, 23 January 2025 Sven the Barbarian talk contribs created page 2025-01-23 - Standard Object and Relationship Data Structures (Created page with " 2025-01-23 2025-01-23")
- 13:51, 28 November 2024 Sven the Barbarian talk contribs created page 2024-11-28 - Finding value in attribute tree (Created page with "NPM module - Izara Core - Attribute Tree Service - Product Attributes Service - Sell Offer Terms = Overview = How to find the value for one topLevelParentId (eg Product or SellOffer), for a labelId. If the topLevelParentId links to multiple attribute nodes of the requested labelId one value will be returned (not defined which). If want to find all matching values can do a SearchResult that skip the random sortFields = Base SortResult request = * objType:...")
- 04:53, 28 November 2024 Sven the Barbarian talk contribs created page 2024-11-28 - OrderPrice using linkPath flows (Created page with "Service - Sell Offer Manager = Order subtotal = Notes: * can receive multiple sellOfferQuantities * will validate that all sellOffers in sellOfferQuantities share the same DeliveryMethodLink (and PaymentMethodLink) == Process == === Inital flow === * SellOfferManager recieves request with multiple sellOfferQuantities * calculates orderQty * per sellOfferId send to SellOffer Handler service (SellOfferStandard) with sellOfferQty and orderQty * SellOfferStandard pa...")
- 04:53, 28 November 2024 Sven the Barbarian talk contribs created page Category:Working documents - Sell Offer Manager (Created page with "Service - Sell Offer Manager = Order subtotal = Notes: * can receive multiple sellOfferQuantities * will validate that all sellOffers in sellOfferQuantities share the same DeliveryMethodLink (and PaymentMethodLink) == Process == === Inital flow === * SellOfferManager recieves request with multiple sellOfferQuantities * calculates orderQty * per sellOfferId send to SellOffer Handler service (SellOfferStandard) with sellOfferQty and orderQty * SellOfferStandard pa...")
- 04:44, 28 November 2024 Sven the Barbarian talk contribs created page 2024-11-28 - SearchResult linkPath comparison setting (Created page with "Service - Search Results = Overview = Performs a comparison on the results of a SortResult request at this link step. Comparison can be >/</>=/<=/high/low/highLow and can result in multiple identifiers being saved into IntermediateIds table. = Idea = * LinkStep sets comparison property with value one of: >, <, >=, <=, high, low, highLow. * LinkStep sets comparisonValue property. * if LinkStep has comparison then it must also have aggregate (sortResult) settings...")
- 07:49, 26 November 2024 Sven the Barbarian talk contribs created page Service - TranslateIds (Created page with "= Overview = Convert identifiers from one objType to another objType according to a specific relationship = Repository = https://bitbucket.org/izara-core-search/izara-core-search-translateids = Working documents = Working_documents - TranslateIds TranslateIds")
- 14:53, 17 November 2024 Sven the Barbarian talk contribs created page 2024-11-17 - Service Schemas calculated relationship type (Created page with "Per Service Schemas = Overview = Create a relationship schema type that must be calculated rather than saved in a database. For example OrderPrices are connected to SellOffers but are calculated according to requestParams. = Idea = * translateIds generatedCode checks if relationship schema has a storageType of 'Lambda', if yes then it has a property that points to a Lambda for the serviceTag * Lambda is invoked to perform the translateIds * that Lambda must be...")
- 12:52, 17 November 2024 Sven the Barbarian talk contribs created page 2024-11-17 - SearchResult linkPath combination step (Created page with "Service - Search Results = Overview = Allow multiple ComplexFilterResultMainIds to be calculated then passed to a later stage of the Link Path where all combinations of the ComplexFilter results are performed against that step. = Idea = LinkStep sets complexFilterCombinations property, is an array of ComplexFilter requests, multiple objTypes is ok. ComplexFilters are calculated for each parent id entering the linkPath step that has the complexFilterCombinations...")
- 12:44, 17 November 2024 Sven the Barbarian talk contribs created page 2024-11-17 - ComplexFilter translate filterElement (Created page with "Service - Complex Filter Simplify finding a subset of identifiers connected to one or a small number of identifiers of related objType. Has array property named childIdentifiers, and properties for the relType, child objType. filterElement creates a new filterResultMain for the parent objType, similar to childComplexFilter, but does not perform a child filter or have a child objType complexFilterMain record, it jumps to the translateIds logic for each of the child...")
- 07:23, 17 November 2024 Sven the Barbarian talk contribs created page 2024-11-17 - ComplexFilter traversal filterElement (Created page with "Service - Complex Filter = Overview = Add filter element in Complex Filter service that allows for deep path searching in graph relationships. = Examples = Find all parent locationNodes for locationNode/s = Idea = New filter element names 'traversal' that follows a similar format to a deepPathSearch request but in reverse order. Reverse order because in the complex filter request the top level complex filter is the result of the deep path search, so the traver...")
- 08:16, 14 September 2024 Sven the Barbarian talk contribs created page Convincing the World (Created page with "= Goal of The Izara Project = Is to create platforms that people want to use for other reasons, such as buying and selling online, that incorporate large scale Direct Democracy, in doing so the hope is people will see that self governance is a viable option in other large scale situations, up to the country or world level. When presented with Direct Democracy as an alternative to the existing corrupt representative government system many people reject it as dan...")
- 08:02, 14 September 2024 Sven the Barbarian talk contribs created page Sense of Worth (Created page with "= Overview = In an increasingly automated, controlled, and corrupt society, an individuals sense of worth is being eroded, The Izara Project is trying to counter this by bringing community and earned leadership back into our digital lives, which are becoming an important part of who each of us is. = Self governance = It is true that in a large community of millions your one vote may feel like it has little significance, but when coupled with the corruption and layers...")