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:57, 1 March 2021 Sven the Barbarian talk contribs created page Service Stack - Translations (Created page with "= Overview = Services that manage translations within the project. = Services = * Service - Translations * Service - Translations Graph = Deploy instructions = *...")
- 02:54, 1 March 2021 Sven the Barbarian talk contribs created page Service - Catalog Graph (Created page with "= Overview = Deploys an instance of Service - Graph Handler to manage graph database for Service Stack - Catalog = DynamoDB Config table = Category:Backend servic...")
- 02:17, 1 March 2021 Sven the Barbarian talk contribs moved page 2021-02-16 - Project Graph - Functions to 2021-02-16 - Graph Handler - Functions without leaving a redirect
- 02:14, 1 March 2021 Sven the Barbarian talk contribs created page Service - Graph Handler (Created page with "= Overview = Service that manages a graph database, intended to be deployed any number of times, each instance managing one graph within a project. Most relationships will be...")
- 01:52, 1 March 2021 Sven the Barbarian talk contribs created page NPM module - izara-graph-service (Created page with "= Overview = Shared libraries for graph services. Standard access control is that any service can read from graph databases, but a single graph service manages all CRUD act...")
- 12:01, 25 February 2021 Sven the Barbarian talk contribs created page 2021-02-25 - Graph database ideas (Created page with "= Preface = Planning on moving a lot of the project's data into graph database/s, primary reasons: * allows for effective querying according to relationships, and their will...")
- 02:21, 22 February 2021 Sven the Barbarian talk contribs created page 2021-02-22 - Maintaining change history using graph database (Created page with "= Considerations = * Want to maintain a record of all changes an object undergoes including when and who * Gives the ability to roll back (or the effect of rolling back witho...")
- 01:22, 22 February 2021 Sven the Barbarian talk contribs created page 2021-02-22 - Service Stack - Catalog - Frontend flows (Created page with "Service Stack - Catalog 2021-02-22 2021-02-22")
- 12:30, 17 February 2021 Sven the Barbarian talk contribs created page 2021-02-17 - Middy error handling (Created page with "NPM module - izara-middleware Middy instructions (https://github.com/middyjs/middy) are pretty sparse and unclear, through testing: = Observations = == If throw within...")
- 14:54, 16 February 2021 Sven the Barbarian talk contribs created page 2021-02-16 - Translations - Functions (Created page with "Service - Translations = Lambda Functions = == CreateTranslation == <syntaxhighlight lang="JavaScript"> /** * Create a new translation for a source object * @param {s...")
- 14:24, 16 February 2021 Sven the Barbarian talk contribs created page 2021-02-16 - Project Graph - Functions (Created page with "Service - Project Graph = Lambda Functions = == CreateStatement == <syntaxhighlight lang="JavaScript"> /** * Create a new statement and any properties * @param {strin...")
- 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...")