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)- 07:59, 17 October 2023 Praew talk contribs created page Start project (Created page with "= Start Project For Beginner = == prepare project to local == * BitBucket account. # fork repository to own workspace # clone repository to local <syntaxhighlight lang="text"> git clone git@bitbucket.org:your_repository_path.git </syntaxhighlight> * Local Computer add workspace in VS code. # open VS Code => File/Add Folder to Workspace... # choose your project * set SSH of BitBucket # sudo apt update && sudo apt install openssh-client # sudo dnf install openssh-clie...")
- 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
- 14:08, 22 September 2023 Sven the Barbarian talk contribs created page 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:05, 22 September 2023 Sven the Barbarian talk contribs created page 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:55, 22 September 2023 Sven the Barbarian talk contribs created page Service Stack - Conversations (Created page with "= Overview = Conversations created by users = Services = * Service - Conversation * Service - Comment")
- 12:56, 22 September 2023 Sven the Barbarian talk contribs created page Service - GraphNavigation Config (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...")
- 04:45, 11 September 2023 Seagame talk contribs uploaded File:UserRoleTableDescription.png
- 04:45, 11 September 2023 Seagame talk contribs created page File:UserRoleTableDescription.png
- 02:33, 8 September 2023 Seagame talk contribs uploaded File:AccountLimits WorkFlow.png
- 02:33, 8 September 2023 Seagame talk contribs created page File:AccountLimits WorkFlow.png
- 06:31, 7 September 2023 Seagame talk contribs created page 2023-09-07 - Account Limits Docs (Created page with "Account Limits are used for services that need to limit some action that users perform. = Example Work Flow =")
- 13:11, 17 August 2023 Sven the Barbarian talk contribs blocked Eve talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled, email disabled)
- 07:40, 15 August 2023 Praew talk contribs created page Neo4j Config Settings (Created page with "= Neo4j Configuration = https://neo4j.com/docs/operations-manual/current/configuration/ <br>https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/ <br>The neo4j.conf file is the main source of configuration settings in Neo4j and includes the mappings of configuration setting keys to values. The location of the neo4j.conf file in the different configurations of Neo4j is listed in [Default file locations]. * into neo4j.conf file: ~$ cd /etc...")
- 05:11, 15 August 2023 Praew talk contribs created page On Amazon Linux (Created page with "= install on Amazon Linux | RHEL | CENTOS = You can deploy Neo4j on Red Hat, CentOS, Fedora, or Amazon Linux distributions using the Neo4j RPM package. <br>https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/ * OpenJDK support if not have > install ===Set up the repository=== * get key: <syntaxhighlight lang="text"> rpm --import https://debian.neo4j.com/neotechnology.gpg.key </syntaxhighlight> * check neo4j.repo: <syntaxhighlight lang="text"> cat...")
- 05:11, 15 August 2023 Praew talk contribs created page On Ubantu (Created page with "= install on Ubuntu | Debain = You can install Neo4j on Debian, and Debian-based distributions like Ubuntu, using the Neo4j Debian package(Debian-based distributions (.deb)). <br>https://neo4j.com/docs/operations-manual/current/installation/linux/debian/ * OpenJDK support if not have > install ===Add the repository=== * To use the repository for generally available versions of Neo4j, run: <syntaxhighlight lang="text"> wget -O - https://debian.neo4j.com/neotechnology.gp...")
- 05:25, 14 August 2023 Praew talk contribs created page 2023-08-14 - Old Deploy service - Graph Handler instructions (Created page with "= Deploy instructions = # Clone project # cd \rbac\resource >> npm install # cd \rbac\app >> npm install # modify config/serverless.config.yml #* iz_serviceName(optional) #* iz_stage (optional) #* iz_region (optional) #* iz_accountId (optional) #* iz_logLevel (optional) # modify config/serverless.config.yml : For resources ## iz_DefaultKeyPairName: neo4jSharedKeyName ##* require existing key pair and make sure have private key pair installed on local computer ##* #Cre...")
- 12:33, 6 August 2023 Sven the Barbarian talk contribs created page 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")
- 11:52, 6 August 2023 Sven the Barbarian talk contribs created page Service - Transform Units (Created page with "= Overview = Transformations are used to convert a number of input Units into sets of output Units. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-transform-units = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> == TransformC...")
- 10:05, 6 August 2023 Sven the Barbarian talk contribs created page Service - Stage Adjustment (Created page with "= Overview = Adjustments that are performed on a Unit when it passes into a stage. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-adjustment = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> == LogicalResults == Sta...")
- 09:42, 6 August 2023 Sven the Barbarian talk contribs created page Service - Stage Standard (Created page with "= Overview = Handler service for standard supply/production stages that allow adjustments to units as they pass into the stage. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-standard = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </sy...")
- 09:35, 6 August 2023 Sven the Barbarian talk contribs created page Service - Stage (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 - Stage Standard = Working documents = Stage (handlers) Stage (handlers)")
- 09:34, 6 August 2023 Sven the Barbarian talk contribs created page Service - Stage Manager (Created page with "= Overview = Each stage is handled by a Service - Stage (handlers) service. The Stage Manager service handles shared orchestration of the Stage Handler services. = Repository = https://bitbucket.org/izara-supply-stages/izara-supply-stages-stage-manager = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "SupplyGraphServiceName" configTag: "SupplyGraphServiceName" config...")
- 08:36, 6 August 2023 Sven the Barbarian talk contribs created page Service Stack - Stages (Created page with "= Overview = Services that manage stages that units can pass through during their supply/production chain = Services = == Stages == * Service - Stage Manager * Service - Stage (handlers) *# Service - Stage Standard == Other == = Working documents = Service Stack - Stages")
- 08:20, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit Type (Created page with "= Overview = Each Unit Standard is connected to a Unit Type which defines standard properties and how to handle them. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-type = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> =...")
- 07:24, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit Packing (Created page with "= Overview = Handler service for the packing unit that represents multiple standard units packed into a single trackable unit, eg carton. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-packing = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph"...")
- 07:16, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit Standard (Created page with "= Overview = Handler service for the standard unit that tracks a single item. = Repository = https://bitbucket.org/izara-supply-units/izara-supply-units-unit-standard = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configTag: "SupplyGraphServiceName" configKey: "SupplyGraphServiceName" configValue: xxx // eg: "SupplyGraph" } </syntaxhighlight> <syntaxhighlight lang="JavaScript"> {...")
- 06:55, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit (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 - Unit Standard * Service - Unit Packing = DynamoDB tables = * Each handler service will manage its own tables according to it's needs = Working documents = Unit (handlers) Unit (handlers)")
- 06:54, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit Manager (Created page with "= Overview = Each unit is handled by a Service - Unit (handlers) service. The Unit Manager service handles shared orchestration of the Unit Handler services. = Repository = https://bitbucket.org/izara-market-products/izara-market-products-unit-manager = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "SupplyGraphServiceName" configTag: "SupplyGraphServiceName" configV...")
- 06:36, 6 August 2023 Sven the Barbarian talk contribs created page Service Stack - Units (Created page with "= Overview = Services that manage trackable units = Services = == Units == * Service - Unit Manager * Service - Unit (handlers) *# Service - Unit Standard *# Service - Unit Packing * Service - Unit Attributes == Other == * [[Service - Unit Type] = Working documents = Service Stack - Units")
- 06:30, 6 August 2023 Sven the Barbarian talk contribs created page Development - Izara Supply (Created page with "= Backend = == Backend services == * Service Stack - Units * Service Stack - Stages * Service Stack - Monitoring == NPM modules == * NPM module - izara-supply-shared (not yet made)")
- 05:47, 6 August 2023 Sven the Barbarian talk contribs created page Service - Unit Of Measure (Created page with "= Overview = Manages units of measurement and their relationship to each other. = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-unit-of-measure = Graph database = == Service - Core Graph == === Nodes === <syntaxhighlight lang="JavaScript"> { nodeLabel: "{UnitOfMeasureLib.UNIT_OF_MEASURE_GRAPH_NODE_LABEL}", // "unitOfMeasure" schema: { identifier: true, restrictProperties: true, restrictRelationships: true, properties: { u...")
- 03:08, 6 August 2023 Sven the Barbarian talk contribs created page Izara Supply (Created page with "= Goal = Create a transparent verifiable supply chain.")
- 03:00, 6 August 2023 Sven the Barbarian talk contribs created page Development - Izara Market (Created page with "= Backend = == Backend services == * Service Stack - Issues * Service Stack - Catalog * Service Stack - Products * Service Stack - Orders * Service Stack - Media * Service Stack - Locations == NPM modules == * NPM module - izara-market-shared")
- 03:00, 6 August 2023 Sven the Barbarian talk contribs created page Development - Izara Core (Created page with "= Backend = == Backend services == * Service Stack - User Authentication (to be moved into User Accounts) * Service Stack - User Accounts * Service Stack - Notifications * Service Stack - Search and Sort * Service Stack - Translations * Service Stack - Shared Services * Service - Import Data * Service - Graph Handler * Service - Integration Test Config * Service - Integration Testing == NPM modules == * NPM module - izara-m...")
- 12:09, 3 August 2023 Sven the Barbarian talk contribs created page 2023-08-03 - React Frontend useEffect notes (Created page with "= When does useEffect trigger = useEffect triggers at different times: # No dependency list #* invokes on every render # Empty dependency list #* triggers when component mounts # dependency list is array of states #* triggers whenever any states in the dependency list change (same as triggering a new render) #* will also trigger once when component mounts with states set to default values (or current values for state sent in from parent components) = When does clean u...")
- 03:30, 26 July 2023 Sven the Barbarian talk contribs blocked Nink talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled)
- 07:16, 25 July 2023 Nink talk contribs created page User talk:Nink (Created page with "<h1>useEffect: Render Cycle and Cleanup Function</h1> <p>In the sitePageConfigOutput, there're two useEffects to be used which pulls two different response data from the backend.</p> <code> useEffect(() => { // let cancel = false; async function sendRequestA(objectFormConfigId) { let responseDataA = await sendBackendRequestA( "post", "https://0yzv0v3f86.execute-api.us-west-2.amazonaws.com/Test/Email/List", { objectFormCon...")
- 13:42, 5 July 2023 Sven the Barbarian talk contribs created page Service - FormObjectEdit Config (Created page with "= Overview = Manages configuration for one form used to display or edit an existing object = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-formobjectedit-config = DynamoDB tables = == FormObjectEditConfigMain == <syntaxhighlight lang="JavaScript"> { formObjectEditConfigId: "xx", // {random uuid} formObjectEditConfig: "xx", // json encoded object of configuration formObjectEditConfigName: "yy", // user specified name of the config userId...")
- 13:31, 5 July 2023 Sven the Barbarian talk contribs created page Service - FormObjectCreate Config (Created page with "= Overview = Manages configuration for one form used to create a new object = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-formobjectcreate-config = DynamoDB tables = == FormObjectCreateConfigMain == <syntaxhighlight lang="JavaScript"> { formObjectCreateConfigId: "xx", // {random uuid} formObjectCreateConfig: "xx", // json encoded object of configuration formObjectCreateConfigName: "yy", // user specified name of the config userId: "xx...")
- 15:02, 29 June 2023 Sven the Barbarian talk contribs blocked Kik talk contribs with an expiration time of indefinite (account creation disabled, autoblock disabled)
- 07:20, 13 June 2023 Nink talk contribs created page Frontend Page - Configure MenuConfig (Created page with "= Overview = Frontend page for creating and editing MenuConfigs = Repository = = visibleObj Object = <syntaxhighlight lang="json"> let visibleObj = { visibleRowIndex: 0, // row index we have open on page visibleRenameRowIndex: 0, // row index currently renaming rows:[ { menuElements: [ { show: false, // whether the menuElement settings are expanded menuText menuElements: [ // if menuElement is elementType menu, will have child menuElements...")
- 13:17, 10 June 2023 Sven the Barbarian talk contribs deleted page Service - Page Config (duplicate page)
- 01:17, 9 June 2023 User account Kik talk contribs was created by Sven the Barbarian talk contribs and password was sent by email
- 01:17, 9 June 2023 User account Nink talk contribs was created by Sven the Barbarian talk contribs and password was sent by email
- 15:03, 8 June 2023 Sven the Barbarian talk contribs created page Service - SitePage Config (Created page with "= Overview = Manages configuration for site pages created by users that perform actions such as create/update objects = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-sitepage-config = DynamoDB tables = == SitePageConfigMain == <syntaxhighlight lang="JavaScript"> { sitePageConfigId: "xx", // {random uuid} sitePageConfig: "xx", // json encoded object of configuration sitePageConfigName: "yy", // user specified name of the config userId: "...")
- 00:03, 30 April 2023 Sven the Barbarian talk contribs created page Service - Stock Location Standard (Created page with "= Overview = Handler service for basic stock locations that hold a quantity remaining per stock location and can reserve stock when building orders. One Stock Location can service many SellOffers, so each Stock Location keeps per SellOfferId list of quantities remaining = Repository = https://bitbucket.org/izara-market-products/izara-market-products-stock-location-standard = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <...")
- 23:26, 29 April 2023 Sven the Barbarian talk contribs created page Service - Stock Location Manager (Created page with "= Overview = Each Sell Offer (Standard) record points to a Stock Loctation record which is handled by a Service - Stock Location (handlers) service, with Service - Stock Loc ation Standard handling simple quantities remaining in stock per stock location record. The Stock Location Manager service handles shared orchestration of Stock Location Handler services. = Repository = https://bitbucket.org/izara-market-products/izara-market-products-stock-location-manag...")
- 13:21, 13 April 2023 Sven the Barbarian talk contribs created page Service - Orders (Created page with "= Overview = Manages submitted orders. = Repository = https://bitbucket.org/izara-market-orders/izara-market-orders-orders = Graph database = == Service - Orders Graph == === Nodes === <syntaxhighlight lang="JavaScript"> { nodeLabel: "{OrderLib.ORDER_GRAPH_NODE_LABEL}", // "order" schema: { identifier: true, restrictProperties: true, restrictRelationships: true, properties: { orderId: { identifier: true, // create unique id from request param...")