User contributions for Sven the Barbarian
Jump to navigation
Jump to search
5 April 2023
- 03:2503:25, 5 April 2023 diff hist 0 Service - Import Data No edit summary
- 03:2403:24, 5 April 2023 diff hist 0 2023-03-12 - ImportData CSV Process No edit summary current
- 02:5202:52, 5 April 2023 diff hist 0 Izara Frontend Lib - Core - Tabled Data →TabledDataSchema current
21 March 2023
- 15:1315:13, 21 March 2023 diff hist +1,871 Per Service Schemas No edit summary
19 March 2023
- 22:5822:58, 19 March 2023 diff hist +260 Per Service Schemas No edit summary
- 12:3112:31, 19 March 2023 diff hist +612 Service - Menu Config No edit summary
- 12:2912:29, 19 March 2023 diff hist +1,879 N Per Service Schemas Created page with "= Overview = Each service manages a schema of object/resources that it is responsible for, this schema is available to other services and frontends. The schema includes a list of fields available for each object. = Example Per Service Object List = <syntaxhighlight lang="json"> { serviceTag: "xx", objectTypes: [ "xxx", "yyy", // ... ] }, </syntaxhighlight> = Example Object Schema = <syntaxhighlight lang="json"> { objectType: "xx", canUpdate: true, // whet..."
- 11:5711:57, 19 March 2023 diff hist +32 Design concepts →Misc concepts
- 10:1110:11, 19 March 2023 diff hist +1,207 N Service - Menu Config Created page with "= Overview = Manages configuration for site menus created by users and used in different areas of the project. = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-menu-config = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "xx", configTag: "xx", configValue: "xx", }, </syntaxhighlight> == MenuConfigMain == <syntaxhighlight lang="JavaScript"> { men..."
- 09:5509:55, 19 March 2023 diff hist +57 Service Stack - Shared Services No edit summary
17 March 2023
- 08:4408:44, 17 March 2023 diff hist +62 Service - CssStyles →CssStyleMain
- 08:4308:43, 17 March 2023 diff hist +61 Service - Table Config →TableConfigMain
- 08:3008:30, 17 March 2023 diff hist +1,169 N Service - Table Config Created page with "= Overview = Manages configuration for presentation tables created by users and used in different areas of the project. = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-table-config = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "xx", configTag: "xx", configValue: "xx", }, </syntaxhighlight> == TableConfigMain == <syntaxhighlight lang="JavaScri..."
14 March 2023
- 02:5702:57, 14 March 2023 diff hist −1,251 Service - Import Data No edit summary
13 March 2023
- 12:0612:06, 13 March 2023 diff hist +224 Service - Import Data No edit summary
- 07:2307:23, 13 March 2023 diff hist −108 Service - Import Data No edit summary
12 March 2023
- 15:3015:30, 12 March 2023 diff hist +242 Service - Import Data →CsvImportConfig
- 15:3015:30, 12 March 2023 diff hist +447 2023-03-12 - ImportData CSV Process No edit summary
- 15:2215:22, 12 March 2023 diff hist +499 Service - Import Data →CsvImportConfig
- 15:1615:16, 12 March 2023 diff hist +156 Service - Import Data →Configuration tags
- 14:2014:20, 12 March 2023 diff hist +402 2023-03-12 - ImportData CSV Process No edit summary
- 14:1314:13, 12 March 2023 diff hist +77 Service - Import Data →CsvImportConfig
- 12:1512:15, 12 March 2023 diff hist +965 N 2023-03-12 - ImportData CSV Process Created page with "Service - Import Data = Process = == Client sends file == # Frontend chooses CsvImportConfig (and can create new), selects file to upload # After clicking submit client requests permission to upload to S3, then sends request to create new importBatchMainId (if can do both in same request is better), then sends file to S3 with indicator of the importBatchMainId, eg as a tag on the file # Can perhaps open a websocket to be notified when complete, or have a page that..."
- 12:1512:15, 12 March 2023 diff hist +45 Service - Import Data →CsvImportConfig
- 12:1412:14, 12 March 2023 diff hist +3 Service - Import Data →CsvImportConfig
9 March 2023
- 01:5101:51, 9 March 2023 diff hist +2,759 Development environment No edit summary
- 00:4400:44, 9 March 2023 diff hist +1,110 N Development environment Created page with "= VS Code settings = <syntaxhighlight lang="json"> { "telemetry.enableTelemetry": false, "telemetry.enableCrashReporter": false, "gitlens.gitCommands.closeOnFocusOut": true, "git.enableSmartCommit": true, "editor.hover.delay": 1200, "gitlens.gitCommands.skipConfirmations": [ "fetch:command", "stash-push:command", "switch:command", "push:command" ], "gitlens.views.repositories.branches.layout": "list", "git..."
- 00:4300:43, 9 March 2023 diff hist +30 Design concepts No edit summary
7 March 2023
- 14:5014:50, 7 March 2023 diff hist +117 Service - Import Data No edit summary
- 14:4214:42, 7 March 2023 diff hist +5 Service - Import Data No edit summary
- 14:4114:41, 7 March 2023 diff hist +991 Service - Import Data No edit summary
- 13:4113:41, 7 March 2023 diff hist +4 Service - CssStyles →UsersCssStyles
- 13:3613:36, 7 March 2023 diff hist +14 Service - CssStyles →CssStyleMain
- 13:2213:22, 7 March 2023 diff hist +1,076 N Service - CssStyles Created page with "= Overview = Manages styles created by users and used in different areas of the project. = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-cssstyles = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "xx", configTag: "xx", configValue: "xx", }, </syntaxhighlight> == CssStyleMain == <syntaxhighlight lang="JavaScript"> { cssStyleId: "xx", // {useCase..."
- 13:2213:22, 7 March 2023 diff hist +72 Service - Currencies No edit summary current
- 13:1613:16, 7 March 2023 diff hist +794 N Service - Currencies Created page with "= Overview = Manages currencies used in project including rates = Repository = https://bitbucket.org/izara-core-shared/izara-core-shared-currencies = DynamoDB tables = == Standard Config Table Per Service == === Configuration tags === <syntaxhighlight lang="JavaScript"> { configKey: "baseCurrencyId", configTag: "baseCurrencyId", configValue: "USD", }, </syntaxhighlight> == CurrencyMain == <syntaxhighlight lang="JavaScript"> { currencyId: "xx", // can be..."
- 12:5012:50, 7 March 2023 diff hist +97 N Service Stack - Shared Services Created page with "= Overview = Shared services = Services = * Service - Currencies * Service - CssStyles"
- 12:4912:49, 7 March 2023 diff hist +39 Design concepts →Backend services
28 February 2023
- 14:3914:39, 28 February 2023 diff hist +26 2023-02-28 - ImportData Process No edit summary current
- 13:5313:53, 28 February 2023 diff hist −4,337 Service - Import Data No edit summary
- 13:5213:52, 28 February 2023 diff hist +4,463 N 2023-02-28 - ImportData Process Created page with "Service - Import Data = Process = ProcessPendingLinks: # count DynamoDB records for PendingObjectMain and PendingLinks and save in ImportBatchMain table # iterate all PendingLink records: #* check referenceId has a valid record in PendingObjectReference #* check linkTag is valid (pendingObjectId is the child, referenceId object is the parent) #* if linkType is Dependent: #** if separateDependentLinkCreate false and child exist add error #** save (DependentPendingO..."
24 February 2023
- 14:1014:10, 24 February 2023 diff hist +243 Calling Flow No edit summary current
- 14:0814:08, 24 February 2023 diff hist +2,706 N Calling Flow Created page with "= Overview = When sending requests asynchronously between Lambda functions we can use Calling Flow to inform which service sent the request, this can be used in 3 main ways: == Returning cached results == When sending a request to Lambda functions that begin a Stored Cache flow, the calling workflow will be waiting for a 'complete' message to continue it's work but there might be any number of flows that subscribe to the 'complete' topic, in the event that the Stored..."
- 13:4613:46, 24 February 2023 diff hist +19 Design concepts →Misc concepts
23 February 2023
- 14:0014:00, 23 February 2023 diff hist 0 Learning Material →Terminal
- 13:5313:53, 23 February 2023 diff hist +134 Learning Material No edit summary
22 February 2023
- 08:5908:59, 22 February 2023 diff hist +1,105 Repository structure No edit summary
21 February 2023
- 10:5710:57, 21 February 2023 diff hist +43 Learning Material No edit summary
6 February 2023
- 12:2812:28, 6 February 2023 diff hist +101 Learning Material No edit summary
5 February 2023
- 12:0212:02, 5 February 2023 diff hist 0 2023-02-05 - ImportData Updating Objects →empty properties current