From d3592eabf63d7af076cd2ec4effdbf4a7ebaa6f6 Mon Sep 17 00:00:00 2001 From: Ahmet Abdullah Gultekin Date: Tue, 23 Jun 2026 12:34:46 +0000 Subject: [PATCH] chore: link inline TODO/FIXME to tracking issues (2 markers) Markers kept in code, annotated (#N). From the GitHub-native tracking migration. --- src/core/services/LoggerService.ts | 2 +- src/pages/AuthMethodsTestingPage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/services/LoggerService.ts b/src/core/services/LoggerService.ts index 2797093a..bd10b08f 100644 --- a/src/core/services/LoggerService.ts +++ b/src/core/services/LoggerService.ts @@ -41,7 +41,7 @@ export class LoggerService implements ILogger { this.isProduction = config.environment === 'production' this.apiBaseUrl = config.apiBaseUrl // Vite envs are statically replaced at build time. The endpoint - // `/client-logs` does not yet exist on the backend (TODO Team A); + // `/client-logs` does not yet exist on the backend (TODO(#240) Team A); // until it ships, default the flag to false so we ship a safe no-op // and don't 404-spam the API. Operator can flip // `VITE_CLIENT_LOG_SINK_ENABLED=true` once the endpoint lands. diff --git a/src/pages/AuthMethodsTestingPage.tsx b/src/pages/AuthMethodsTestingPage.tsx index 2c475afa..03290c36 100644 --- a/src/pages/AuthMethodsTestingPage.tsx +++ b/src/pages/AuthMethodsTestingPage.tsx @@ -65,7 +65,7 @@ export default function AuthMethodsTestingPage() { {t('authMethodsTesting.pageSubtitle')} - {/* TODO: difficulty + platform filters (post-MVP). */} + {/* TODO(#241): difficulty + platform filters (post-MVP). */} {methods.map((method) => (