From 6b75d43fc37f20e9316c9aabf61c07bab209107e Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jul 2025 09:39:56 +0200 Subject: [PATCH 1/2] Add todo --- apps/api/src/app/order/order.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/app/order/order.controller.ts b/apps/api/src/app/order/order.controller.ts index 33403e85d..3ffc00037 100644 --- a/apps/api/src/app/order/order.controller.ts +++ b/apps/api/src/app/order/order.controller.ts @@ -218,6 +218,7 @@ export class OrderController { userId: this.request.user.id }); + // TODO: Really needed or done in createOrder method? if (data.dataSource && !order.isDraft) { // Gather symbol data in the background, if data source is set // (not MANUAL) and not draft From 36b4f06994e248a9d36bb285477ebdd0738407a5 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 5 Jul 2025 09:40:52 +0200 Subject: [PATCH 2/2] Add todo --- apps/api/src/app/import/import.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/api/src/app/import/import.service.ts b/apps/api/src/app/import/import.service.ts index a526bf86c..263c5e55b 100644 --- a/apps/api/src/app/import/import.service.ts +++ b/apps/api/src/app/import/import.service.ts @@ -436,6 +436,7 @@ export class ImportService { }); }); + // TODO: Really needed or done in createOrder method? this.dataGatheringService.gatherSymbols({ dataGatheringItems: uniqueActivities.map(({ date, SymbolProfile }) => { return {