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)- 15:20, 15 February 2021 Sven the Barbarian talk contribs created page Service - Translations (Created page with "= Overview = Service manages translations in the service. = Repository = https://bitbucket.org/stb_working/translations/src/master/ = DynamoDB tables = == Standard Conf...")
- 14:04, 15 February 2021 Sven the Barbarian talk contribs created page 2021-02-15 - Category Standard - Functions (Created page with "Service - Category Standard = Lambda Functions = == Category/List == <syntaxhighlight lang="JavaScript"> /** * Lists all categories * * @returns {Object[]} array of...")
- 02:12, 15 February 2021 Sven the Barbarian talk contribs created page Service - Project Graph (Created page with "= Overview = Service that manages a project level graph database that records relationships. Most relationships will be stored here, other services can duplicate relationship...")
- 00:18, 11 February 2021 Sven the Barbarian talk contribs moved page 2021-01-31 Micro Frontends to 2021-01-31 - Micro Frontends without leaving a redirect
- 09:26, 31 January 2021 Sven the Barbarian talk contribs created page 2021-01-31 Micro Frontends (Created page with "= Considerations = * Want different objects, eg catalogs/products etc, to be able to set default UI applications * We will not restrict objects to only be viewed through thei...")
- 13:40, 30 January 2021 Sven the Barbarian talk contribs created page 2021-01-30 - Manage Notificaton flows (Created page with "2021-01-30 - Manage Notificaton flows Service - User Contact Manager#Creating a new notification group = Prep work - User Contact Manager = * change DisableNotification...")
- 12:15, 30 January 2021 Sven the Barbarian talk contribs created page 2021-01-30 - Create User Contact flow (Created page with "Service - User Contact Manager#Creating a new user contact Service - Contact Method Email = Prep work - User Contact Manager = Add ContactMethodServiceName config ta...")
- 10:58, 30 January 2021 Sven the Barbarian talk contribs created page NPM module - izara-shared (Created page with "= Overview = Shared libraries")
- 01:51, 15 January 2021 Sven the Barbarian talk contribs created page 2021-01-15 - Integration Testing - Adding DynamoDB result tests (Created page with "Service - Integration Testing Goal is to check DynamoDB results at the end of processing any Lambda stage. There is no way to ensure the order Lambda output results will...")
- 10:42, 19 December 2020 Sven the Barbarian talk contribs created page 2020-12-19 - Category Tree Standard - Functions (Created page with "Service - Category Tree Standard = Lambda Functions = == BuildBrowseRequest == <syntaxhighlight lang="JavaScript"> /** * Builds a complete request ready to be sent to...")
- 10:31, 19 December 2020 Sven the Barbarian talk contribs created page 2020-12-19 - Category Tree (handlers) - Functions (Created page with "Service - Category Tree (handlers) = Lambda Functions = Below functions are standardized across all category tree handlers in order to enable standard processing. Each h...")
- 14:08, 18 December 2020 Sven the Barbarian talk contribs created page 2020-12-18 - Catalog Manager - Functions (Created page with "Service - Catalog Manager = Lambda Functions = == BrowseCatalog == <syntaxhighlight lang="JavaScript"> /** * Client request to browse a category in a catalog, includin...")
- 13:41, 17 December 2020 Sven the Barbarian talk contribs created page Service - Category Tree Standard (Created page with "= Overview = Handler service for the standard category tree type. = Repository = https://bitbucket.org/stb_vit/... = DynamoDB tables = == Standard Config Table Per Serv...")
- 13:37, 17 December 2020 Sven the Barbarian talk contribs created page Service - Category Standard (Created page with "= Overview = Handler service for the standard category type. = Repository = https://bitbucket.org/stb_vit/category/src/master/ = DynamoDB tables = == Standard Config Ta...")
- 13:35, 17 December 2020 Sven the Barbarian talk contribs created page Service - Catalog Standard (Created page with "= Overview = Handler service for the standard catalog type. = Repository = https://bitbucket.org/.... = DynamoDB tables = == Standard Config Table Per Service == ===...")
- 13:32, 17 December 2020 Sven the Barbarian talk contribs created page Service - Catalog Manager (Created page with "= Overview = Manages all available catalogs, each catalog is handled by a Service - Catalog (handlers), the Catalog Manager service records the service name for each cata...")
- 13:23, 17 December 2020 Sven the Barbarian talk contribs created page Service - Category Tree (handlers) (Created page with "= Overview = New category tree services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Category...")
- 13:23, 17 December 2020 Sven the Barbarian talk contribs created page Service - Category (handlers) (Created page with "= Overview = New category services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Category Stan...")
- 13:22, 17 December 2020 Sven the Barbarian talk contribs created page Service - Catalog (handlers) (Created page with "= Overview = New catalog services can be added as long as they expose the needed resources (Lambda functions, SNS queues). = Handler Services = * Service - Catalog Standa...")
- 13:18, 17 December 2020 Sven the Barbarian talk contribs created page Service Stack - Catalog (Created page with "= Overview = Services that manage catalogs and their category trees. = Services = * Service - Catalog Manager * Service - Catalog (handlers) * Service - Category...")
- 14:01, 16 December 2020 Sven the Barbarian talk contribs created page 2020-08-01 - Example searchType configs (Created page with "Service - Search Result Main <syntaxhighlight lang="JavaScript"> { config_key: "search_type", config_tag: "selloffer", config_value: { complexFilterServiceName: "ar...")
- 01:21, 2 December 2020 Sven the Barbarian talk contribs created page Lambda handler functions (Created page with "= Overview = Backend logic is done by Lambda functions, Lambda functions can be triggered from multiple services, we split our code into two parts, a handler function which i...")
- 07:33, 29 November 2020 Sven the Barbarian talk contribs created page 2020-11-29 - Inter-Lambda process flows (Created page with "Communication between services = Overview = When a process flow spans multiple Lambda functions and queues there are different flow models, some will benefit from a stan...")
- 01:44, 29 November 2020 Sven the Barbarian talk contribs created page 2020-11-28 - Contact Method Email - Functions (Created page with "Service - Contact Method (handlers) = Lambda Functions = == RcvNotification == <syntaxhighlight lang="JavaScript"> /** * Receives one notification from Notification Ma...")
- 01:42, 29 November 2020 Sven the Barbarian talk contribs created page Service - Contact Method Email (Created page with "= Overview = Manages email contact methods for users, details are not part of the public transparency followed across the majority of the project in order to protect against...")
- 13:00, 28 November 2020 Sven the Barbarian talk contribs created page 2020-11-28 - Contact Method (handlers) - Functions (Created page with "Service - Contact Method (handlers) = Lambda Functions = == RcvNotification == <syntaxhighlight lang="JavaScript"> /** * Receives one notification from Notification Ma...")
- 11:18, 28 November 2020 Sven the Barbarian talk contribs created page 2020-11-28 - User Contact Manager - Functions (Created page with "Service - User Contact Manager = Lambda Functions = == XX == <syntaxhighlight lang="JavaScript"> /** * Receives one activity message from Activity Switchboard, find ma...")
- 11:08, 28 November 2020 Sven the Barbarian talk contribs created page 2020-11-28 - Handling Message Batches from SQS Queues (Created page with "Communication between services = Overview = inter-service communication we plan to use SNS msgIn and msgOut queues which will be subscribe to by SQS queues that trigger...")
- 23:46, 21 November 2020 Sven the Barbarian talk contribs created page Service Stack - Search and Sort (Created page with "= Overview = Manges search requests and stores results in an efficient structure for client retrieval. = Services = * Service - Search Result Main * Service - Search...")
- 23:44, 21 November 2020 Sven the Barbarian talk contribs created page Service Stack - Notifications (Created page with "= Overview = Core services that manage notifications for users and other services. = Services = * Service - Activity Switchboard * Service - Notification Manager *...")
- 23:43, 21 November 2020 Sven the Barbarian talk contribs created page Service Stack - User Authentication (Created page with "= Overview = Core services that manage users and permissions for performing actions = Services = * Service - Permission Handler * Service - RBAC * Service - User...")
- 09:10, 15 November 2020 Sven the Barbarian talk contribs created page 2020-11-15 - How to Store Sort Result Data for Efficient Queries (Created page with "Service - Sort Result Main = Overview = The purpose of the Sort Result service is to effectively store and return results that are sorted ready for client requests. ==...")
- 14:22, 8 November 2020 Sven the Barbarian talk contribs created page 2020-11-08 - Activity Switchboard - Functions (Created page with "Service - Activity Switchboard = Lambda Functions = == XX == <syntaxhighlight lang="JavaScript"> /** * Initial request that checks if a matching, not expired, sort res...")
- 14:20, 8 November 2020 Sven the Barbarian talk contribs created page 2020-11-08 - Message Config Manager - Functions (Created page with "Service - Notification Manager = Lambda Functions = == XX == <syntaxhighlight lang="JavaScript"> /** * Initial request that checks if a matching, not expired, sort res...")
- 13:51, 8 November 2020 Sven the Barbarian talk contribs created page 2020-11-08 - Notification Manager - Functions (Created page with "Service - Notification Manager = Lambda Functions = == XX == <syntaxhighlight lang="JavaScript"> /** * Initial request that checks if a matching, not expired, sort res...")
- 10:56, 8 November 2020 Sven the Barbarian talk contribs created page Service - Contact Method (handlers) (Created page with "= Overview = One handler service per contact method, examples: * Email * SMS * Izara site notifier * 3rd party messenger services = Repository = ... (not yet configured) =...")
- 02:51, 8 November 2020 Sven the Barbarian talk contribs created page Communication between services (Created page with "= Overview = How to pass tasks between services = Communication between backend services = == MsgIn and MsgOut queues per service == * Each Amazon account has a limit of 1...")
- 02:25, 8 November 2020 Sven the Barbarian talk contribs moved page Standard MsgOut Config to Standard MsgIn MsgOut message config
- 01:51, 8 November 2020 Sven the Barbarian talk contribs created page 2020-11-08 - Communication Between Services Ideas (Created page with "Communication Between Services = Between backend Lambda functions = == Idea - SNS > SQS == * SNS+SQS queues are interesting because they allow for strong retry/DLQ mana...")
- 14:30, 7 November 2020 Sven the Barbarian talk contribs created page Service - User Contact Manager (Created page with "= Overview = Manages the available contact methods and their handler services, records each users available contact methods. = Repository = ... = DynamoDB tables = == S...")
- 12:57, 7 November 2020 Sven the Barbarian talk contribs created page Standard MsgOut Config (Created page with "= Overview = All messages sent to MsgOut SNS queue for a service must hardcode its configuration, this is used by the Service - Message Config Manager|Message Config Manage...")
- 10:24, 7 November 2020 Sven the Barbarian talk contribs created page Service - Notification Manager (Created page with "= Overview = Consolidates and sends notifications to any number of services. = Repository = https://bitbucket.org/stb_working/notification-manager/src/master/ Category:...")
- 10:10, 7 November 2020 Sven the Barbarian talk contribs created page Service - Message Config Manager (Created page with "= Overview = Maintians a record of the configuration for every message from every service in the project. = Repository = https://bitbucket.org/stb_working/message-config-ma...")
- 10:07, 7 November 2020 Sven the Barbarian talk contribs created page Service - Activity Switchboard (Created page with "= Overview = Receives every message sent within the projects serverless flow and allows services to register hooks that check for value matches within the message, then notif...")
- 07:26, 7 November 2020 Sven the Barbarian talk contribs created page 2020-11-07 - DynamoDB Conditional Expressions to Protect Against Race Conditions (Created page with "= Overview = If we query a record from the database, perform logic, then update that record, there is the chance other processes made changes to the record in the time betwee...")
- 12:44, 6 November 2020 Sven the Barbarian talk contribs created page Git development (Created page with "= Overview = Standard and suggested workflow for developers to contribute to project. == Workflow goals == * Keep full history of commits * Group feature/fixes together so...")
- 11:20, 6 November 2020 Sven the Barbarian talk contribs created page Repository structure (Created page with "= Overview = Standard file and folder for each backend microservice. = Root directory = == app == The ''app'' folder holds all logic for the service, the files inside this...")
- 13:10, 4 November 2020 Sven the Barbarian talk contribs created page 2020-11-04 - Search Result Main - Pass Processing to Sort Result Main (Created page with "Service - Search Result Main = During Receive request = /SearchResults/searchresult_main/app/endpoint/Main.js If sortField set in request, invoke 2020-11-04 - Sort Re...")
- 12:28, 4 November 2020 Sven the Barbarian talk contribs created page Standard Config Table Per Service (Created page with "= Overview = Any service that stores configuration values for its operation uses a standard Config DynamoDB table = DynamoDB structure = == Config == === Fields === ; con...")
- 11:55, 4 November 2020 Sven the Barbarian talk contribs deleted page 2020-11-04 - Search Result Main - Functions (incorrect page made)