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)- 03:03, 9 March 2026 Seagame talk contribs created page 2026-03-09 - Microfrontend Deployment Guide to AWS (Created page with "= Microfrontend Deployment Guide to AWS = == Table of Contents == # Build Process # Deploying Individual Microfrontends # RootConfig Deployment # CloudFront Configuration for RootConfig # Deployment Checklist # Troubleshooting ---- == Build Process == === Building a Microfrontend === Each m...")
- 03:01, 9 March 2026 Seagame talk contribs uploaded File:CloudFrontRootConfigErrorPages.png
- 03:01, 9 March 2026 Seagame talk contribs created page File:CloudFrontRootConfigErrorPages.png
- 03:00, 9 March 2026 Seagame talk contribs uploaded File:CloudFrontRootConfigBehaviors.png
- 03:00, 9 March 2026 Seagame talk contribs created page File:CloudFrontRootConfigBehaviors.png
- 03:00, 9 March 2026 Seagame talk contribs uploaded File:CloudFrontRootConfigOrigins.png
- 03:00, 9 March 2026 Seagame talk contribs created page File:CloudFrontRootConfigOrigins.png
- 02:59, 9 March 2026 Seagame talk contribs uploaded File:CloudFrontRootConfigGeneral.png
- 02:59, 9 March 2026 Seagame talk contribs created page File:CloudFrontRootConfigGeneral.png
- 02:59, 9 March 2026 Seagame talk contribs uploaded File:ImportMapFileRootConfig.png
- 02:59, 9 March 2026 Seagame talk contribs created page File:ImportMapFileRootConfig.png
- 02:59, 9 March 2026 Seagame talk contribs uploaded File:ImportCspRootConfig.png
- 02:59, 9 March 2026 Seagame talk contribs created page File:ImportCspRootConfig.png
- 02:58, 9 March 2026 Seagame talk contribs uploaded File:ImportDeploymentRootConfig.png
- 02:58, 9 March 2026 Seagame talk contribs created page File:ImportDeploymentRootConfig.png
- 02:58, 9 March 2026 Seagame talk contribs uploaded File:ImportLocalRootConfig.png
- 02:58, 9 March 2026 Seagame talk contribs created page File:ImportLocalRootConfig.png
- 02:57, 9 March 2026 Seagame talk contribs uploaded File:BehaviorsSettingMfe.png
- 02:57, 9 March 2026 Seagame talk contribs created page File:BehaviorsSettingMfe.png
- 02:57, 9 March 2026 Seagame talk contribs uploaded File:OriginSettingMfe.png
- 02:57, 9 March 2026 Seagame talk contribs created page File:OriginSettingMfe.png
- 02:56, 9 March 2026 Seagame talk contribs uploaded File:GeneralSettingMfe.png
- 02:56, 9 March 2026 Seagame talk contribs created page File:GeneralSettingMfe.png
- 02:56, 9 March 2026 Seagame talk contribs uploaded File:MfeFileWhenBuild.png
- 02:56, 9 March 2026 Seagame talk contribs created page File:MfeFileWhenBuild.png
- 02:46, 9 March 2026 Seagame talk contribs created page File:MfeBuildScript.png
- 02:46, 9 March 2026 Seagame talk contribs uploaded File:MfeBuildScript.png
- 00:33, 3 March 2026 Sven the Barbarian talk contribs created page 2026-03-02 - System Notifications (Created page with "= Notes = * System notifications can be sent by any flow, eg Issues juror request * Want to central list available for example notification page * Each project has it's own system notifications, manages it's own notifcation schema = Data Structures = * notificationType and notificationTypeId standard data structures * userSystemNotification objType in UserContactManager in dynamo * defaultNotificationUserContact in graph = Notification Schema = * Each service has...")
- 00:29, 3 March 2026 Sven the Barbarian talk contribs created page Standard Data Structures (Created page with "= Overview = Standard structure and definitions. = Definition = == objType == <syntaxhighlight lang="JavaScript"> { serviceTag: "xxx", objectType: "yyy" } </syntaxhighlight> use to identify which serviceTag that object schema located * serviceTag: service tag that stored object schema * objectType: name of object schema == objTypeConcat == <syntaxhighlight lang="JavaScript"> <serviceTag>_<objectType> </syntaxhighlight> * objTypeConcat: "serviceTag" + "_" + "objectTy...")
- 11:07, 26 February 2026 Jammy talk contribs created page 2026-02-26 - ImportData CsvImportConfig (Created page with "= CsvImportConfig = <syntaxhighlight lang="JavaScript"> { "csvImportConfigId": "xxxxx", "recordDeliminator": "\n", "useUserReference": true, "fieldDeliminator": ",", "escapeString": "\\", "removeFloatingEscapeString": true, "removeWhiteSpace": true, "fieldNames": { "titleRow": 1, "titleRowOpenEnclose": "\"", "titleRowCloseEnclose": "\"", "replacefieldNames": {} }, "ignoreRows": [4,5], "overwriteColumnNam...")
- 23:52, 24 February 2026 Sven the Barbarian talk contribs created page 2026-02-25 - Code Hooks and Flow Steps (Created page with "= Concepts = * plugInHooks split the generated flow code into multiple Lambdas * PlugInHooks are case specific, some invocations will invoke sync or async code, some will not * codeHooks are hard-wired, all invocations run the codeHook logic * codeHooks will vary per service and per case (eg objType in shared endpoint) * Two locations for codeHooks, one is in flow generated Lambdas (name: codeHooks), second is codeHooks in per service standard generated code, eg create...")
- 12:10, 22 February 2026 Sven the Barbarian talk contribs created page 2026-02-22 - Commerce and Accounting notes (Created page with "Development - Izara Commerce Development - Izara Commerce to Accounting Development - Izara Accounting = General = * one account can have multiple organizations = General Ledger = * summary grouped into 5 categories: assets, liabilities, equity, revenue, and expenses * each summary value is called a GL Account or Control Account (this is the total/balance of all Subsidiary Ledgers) * Each GL category can be split into any number of control accounts, eg a...")
- 10:41, 22 February 2026 Sven the Barbarian talk contribs created page Service - Period (Created page with "= Overview = Each period for an organization. = Repository = ... = Schemas = ==ObjectSchemas== === Period === <syntaxhighlight lang="JavaScript"> { objectType: "period", canDelete: false, belongTo: { serviceTag: "Organization", objectType: "organization" }, addOnDataStructure: [ { type:"versionedData", versionedDataLabel: "periodDetail", storageResourceTag : "myGraph", fieldNames: { "xxx":{ type: "string", requiredOnCreate: tru...")
- 10:27, 22 February 2026 Sven the Barbarian talk contribs created page Service Stack - Periods (Created page with "= Overview = Services that manage accounting periods. = Services = * Service - Period = Working documents = Service Stack - Periods")
- 10:44, 12 February 2026 Rut talk contribs created page 2026-02-12 - Frontend LinkPath structure Lib requiredData And ComplexFilter (Created page with "==Lib RequiredData== how to use <syntaxhighlight lang="JavaScript"> ``` const [modalSettingRequiredData, setModalSettingRequiredData] = useState(false); //state for open/close Modal function statusModalSettingLogicalElement(status) { setModalSettingLogicalElement(status); } //function for open/close Modal <ModalRequiredData //------------------standard------------------------------- titleModel={"sortField"} //HeaderModal statusModal={statusModalSettingRe...")
- 14:56, 27 January 2026 Sven the Barbarian talk contribs created page Service - Supply Network (Created page with "= Overview = Top level service for supply objects. One user can create many Supply Networks, each with it's own RBAC. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == supplyNetwork == <syntaxhighlight lang="JavaScript"> { objectType: "supplyNetwork", canDelete: false, addOnDataStructure: [ { type: "propertyValue" }, { type:"versionedData", versionedDataLabel: "supplyNetworkDetail", storageResourceTag :...")
- 14:55, 27 January 2026 Sven the Barbarian talk contribs created page Service Stack - Supply Networks (Created page with "= Overview = Services that manage supply networks, one user can have many supply networks, each supply network is it's own independent set of data. = Services = * Service - Supply Network = Working documents = Service Stack - Supply Network")
- 15:25, 25 January 2026 Sven the Barbarian talk contribs created page Service - Ledger (Created page with "= Overview = A ledger can be used to generate a report such as the general ledger, each ledger specifies which Accounts are it's top level ledger accounts and which rollup in the generated report. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == ledger == <syntaxhighlight lang="JavaScript"> { objectType: "ledger", canDelete: false, addOnDataStructure: [ { type:"versionedData", versionedDataLabel: "ledgerDetail",...")
- 15:24, 25 January 2026 Sven the Barbarian talk contribs created page Service Stack - Ledgers (Created page with "= Overview = Services that manage ledgers such as the general ledger. = Services = * Service - Ledger = Notes = * The account heirachy could be moved to be a per ledger heirachy * or a ledger could overwrite the default heirachy = Working documents = Service Stack - Ledgers")
- 14:40, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Vendor Payments (Created page with "= Overview = Services that handle payments to vendors. = Services = * Service - Vendor Payment = Working documents = Service Stack - Vendor Payments")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service - Vendor Payment (Created page with "= Overview = A single vendor payment. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == vendorPayment == <syntaxhighlight lang="JavaScript"> { objectType: "vendorPayment", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { vendorPaymentId: {...")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Customer Payments (Created page with "= Overview = Services that customer payments. = Services = * Service - Customer Payment = Working documents = Service Stack - Customer Payments")
- 14:39, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Vendor Payments (Created page with "= Overview = Services that manage payments to vendors. = Services = * Service - CommerceAccounting Vendor Payment = Working documents = Service Stack - CommerceAccounting Vendor Payments")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Expenses (Created page with "= Overview = .. maybe not required because purchase journal entries are handled in the Purchase comAcc service. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas ... == RelationshipSchemas == ... = Working documents = CommerceAccounting Expenses CommerceAccounting Expenses")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - CommerceAccounting Customer Payments (Created page with "= Overview = Services that manage payments from customers. = Services = * Service - CommerceAccounting Customer Payment = Working documents = Service Stack - CommerceAccounting Customer Payments")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service Stack - Business Accounts (Created page with "= Overview = Services that manage business accounts such as bank accounts. = Services = * Service - Business Account = Working documents = Service Stack - Business Accounts")
- 14:38, 23 January 2026 Sven the Barbarian talk contribs created page Service - Expense (Created page with "= Overview = Configuration for each Expense type. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == expense == <syntaxhighlight lang="JavaScript"> { objectType: "expense", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { expenseId: { typ...")
- 14:37, 23 January 2026 Sven the Barbarian talk contribs created page Service - Customer Payment (Created page with "= Overview = A single customer payment. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas == customerPayment == <syntaxhighlight lang="JavaScript"> { objectType: "customerPayment", canDelete: false, belongTo: { serviceTag: "Business", objectType: "business" }, addOnDataStructure: [], storageResources: { myGraph: { storageType: "graph", graphServerTag: "GraphHandler" } }, fieldNames: { customerPayme...")
- 14:37, 23 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Vendor Payment (Created page with "= Overview = Handle payments to vendors. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccVendorPaymentLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLink" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccVendorPaymentLink", } }, fieldNames: { // proba...")
- 14:35, 23 January 2026 Sven the Barbarian talk contribs created page Service - CommerceAccounting Customer Payment (Created page with "= Overview = Handle payments by customers. = Repository = ... = Object Schemas = ; Additional Information: Per Service Schemas <syntaxhighlight lang="JavaScript"> { objectType: "comAccCustomerPaymentLink", canDelete: false, belongTo: { serviceTag: "ComAccLink", objectType: "comAccLink" }, addOnDataStructure: [], storageResources: { "dynamo": { "storageType": "dynamoDB", "tableName": "comAccCustomerPaymentLink", } }, fieldNames: { //...")