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)- 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...")
- 07:50, 14 September 2024 Sven the Barbarian talk contribs created page Sortition (Created page with "= Overview = Sortition is a method of making moral decisions by choosing a random group of community members to vote on an issue, like juries in court cases. = Application = In a Direct Democracy system sortition allows for the community to self govern small scale disputes without a centralized state. The randomly selected jury could be rewarded for their participation. A majority rules decision could be implemented which in cases of uncle...")
- 07:29, 14 September 2024 Sven the Barbarian talk contribs created page Tyranny of the Majority (Created page with "= Overview = Tyranny of the majority is a concern in majority rule systems that the majority will act in their own interest at the expense of a minority. Sometimes the term Tyranny is defined as actions that are unreasonably cruel or oppressive. = Is it a problem = Maybe, but what is the alternative? All governance systems are created by humans and if rules are not made by the majority then they are made by a minority, which creates Concentrated Power|concentrated...")
- 07:05, 14 September 2024 Sven the Barbarian talk contribs created page Moral vs Result Based Decisions (Created page with "= Moral vs result based decisions = Moral decisions are based on the morality of the majority, what they think is good or evil at a point in time. These decisions are difficult to quantify and require human values to decide. Examples would be limitations on wealth in society or dispute resolution. Result based decisions can be measured, for example success of advertising campaigns, reduction in vehicle deaths, or service uptime. Community level moral decisions should...")
- 06:51, 14 September 2024 Sven the Barbarian talk contribs created page Direct Democracy (Created page with "= Overview = Direct democracy is a governing system where the individual votes directly on issues that affect them, such as changes to an online platform or laws of a jurisdiction. = Fluid delegation = One of the main arguments against direct democracy is the amount of work or expertise needed to vote on each issue, this can be countered by allowing for delegation. With fluid delegation a person's delegation could be retracted or changed at any time, and given to any...")
- 06:40, 14 September 2024 Sven the Barbarian talk contribs created page Transparency (Created page with "= A requirement for self governance = For the community to vote directly on issues they must be informed, the more transparency the better the outcome of direct democracy. For this reason transparency should be one of the most important traits of a self governed society. = Loss of privacy = Transparency means a loss of privacy and this is a tricky balance that must be decided upon. Like many modern concepts privacy should be viewed with skepticism, it is sold by thos...")
- 06:29, 14 September 2024 Sven the Barbarian talk contribs created page Corruption via Complexity (Created page with "= KISS = * Keep it simple stupid * Baffle them with Bullshit A technique used by evil people to create corrupt systems or enact evil rules is to complicate methods or issues so the average person struggles to realize they are passively or actively supporting evil. = Spin = Once evil people attain positions of power they have no qualms being dishonest in order to perpetuate the system they have taken control of and/or to perform acts...")
- 06:13, 14 September 2024 Sven the Barbarian talk contribs created page Good vs Evil (Created page with "= What is good, what is evil = * On a personal level we each choose what is good and what is evil * On a social level these terms should be defined by the majority * Social rules should be defined by the morality of the majority, according to their definitions At a low level, most poeple agree with aspects of [https://en.wikipedia.org/wiki/Natural_law| Natural law], such as being truthful and every persons right to life, property, se...")
- 05:42, 14 September 2024 Sven the Barbarian talk contribs created page Concentrated Power (Created page with "* People who crave power over other people gravitate towards positions of power * Concentrated power within governance systems create a smaller entry point for corrupt players to exert influence * Evil people will over time take over positions of power * People who commit the resources to reach positions of power will prioritize maintaining their position over good governance Any system that concentrates power will over time be corrupte...")
- 02:40, 14 September 2024 Sven the Barbarian talk contribs created page Concepts (Created page with "* Concentrated Power * Direct Democracy * Transparency * Sortition")
- 01:53, 14 September 2024 Sven the Barbarian talk contribs created page Izara Trade (Created page with "= Goal = Create a marketplace that is effectively governed and eventually owned by the community that buy and sell there, this is the primary philosophy of the project, other concepts have been developed to support this goal and may change according to the wishes of the community. Features, strategies for growth, support for members and other governing decisions will be decided using direct democracy methods so that no concentrated group has disproportionate power over t...")
- 01:27, 14 September 2024 Sven the Barbarian talk contribs created page Template:SupplyProjectName (Created page with "Izara Supply")
- 13:18, 28 June 2024 User account Pong talk contribs was created by Sven the Barbarian talk contribs and password was sent by email (Developer)
- 03:31, 26 June 2024 Sven the Barbarian talk contribs created page 2024-06-26 - SearchResult linkpath (Created page with "Service - Search Results = Overview = SearchResult and SearchResult want main to include fields/requiredData from many linked objTypes, to do this we create requiredData that has a linkPath pointing to the final data wanted. Each step in the linkPath can have it's own search params and filters, allowing for complex results to be found. = Recursive link path steps = == Problem == some links may recurse such as attribute trees (product attributes) and we do not k...")
- 06:43, 11 May 2024 Sven the Barbarian talk contribs created page Error Handling Multi Thread Processing (Created page with "= Main record and Record per Thread = * each thread record saves it's status and errorsFound * if any thread has error update a boolean in the main record * must update boolean before processing main record complete * after AwaitingMultipleSteps complete check boolean, if true, main record add errorsFound and status error * eg: ComplexFilter/SearchResult/SortResult/ImportData = Main record and no Record per Thread = * if fixed number of threads could save error from...")
- 13:49, 10 May 2024 Sven the Barbarian talk contribs created page 2024-05-10 - Saving Feeds to S3 (Created page with "Service - Export Data = S3 Multipart Uploads = * can begin a multipart upload and hold that process open until complete * assume file will not be available until all parts saved and multipart upload set to complete * must pay standard S3 charges for pending data * must complete process or pending parts will remain and be charged, but not accessable * can batch handle records, ordering them according to part reference numbers = Kineses Filehose Batching = * S3 cal...")
- 11:27, 30 April 2024 Sven the Barbarian talk contribs created page Service - Export Data (Created page with "= Overview = Orchestrates exporting objects/data out of project. Uses SortResult results as base for exported fields and sorting of exported data. = Repository = https://bitbucket.org/izara-core-import-export-data/izara-core-export-data-export-data/src/master/ = DynamoDB tables = == ExportBatchMain == * One process of exporting data <syntaxhighlight lang="JavaScript"> { exportBatchId: "xx", // random uuid submittedByUserId: "xx", // submitted by userId startTim...")
- 21:54, 13 April 2024 Sven the Barbarian talk contribs created page Izara Frontend Lib - Market - Catalog Standard (Created page with "= Overview = * Component that outputs the CatalogStandard catalog handler frontend * Has multiple CatalogPages, similar to main SitePage's = CatalogPage = == Elements == === CatalogMenu === * Similat to MenuConfig === CategoryTreeBreadcrumb === * Shows current location in CategoryTree as a path of CategoryNodes === CategoryTreeNavigation === * Shows current location in CategoryTree as a tree structure === Listings === * Main output of listings * Can link to ot...")
- 21:46, 13 April 2024 Sven the Barbarian talk contribs created page Izara Frontend Lib - Market - Catalog Manager (Created page with "= Overview = * Component that wraps Catalog Handler frontends (eg Izara Frontend Lib - Market - Catalog Standard) = MenuConfig management = * Catalog Handler frontends have an option to hide user's MenuConfig by default, showing only the Catalog Handler's menu * This allows a catalog to appear like a separate store, or a catalog integrated into the main Izara site * Catalog Handler frontend can(required?) have a standard way to show user's MenuConfig")
- 21:39, 13 April 2024 Sven the Barbarian talk contribs created page 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...")
- 23:35, 8 January 2024 Sven the Barbarian talk contribs created page 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...")
- 05:33, 30 September 2023 Sven the Barbarian talk contribs created page 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:07, 30 September 2023 Sven the Barbarian talk contribs created page 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...")
- 03:34, 30 September 2023 Sven the Barbarian talk contribs moved page Service - GraphNavigation Config to Service - GraphNavigation