src/app/ContosoTraders.Api.Core/Services/Implementations/ProductService.cs (2 lines): - line 15: /// @TODO: Just a placeholder implementation for now. Fix this later. - line 33: /// @TODO: Just a placeholder implementation for now. Fix this later. src/app/ContosoTraders.Api.Core/DependencyInjection.cs (2 lines): - line 71: /// @TODO: Currently, this method is very 'aspnetcore' specific. Make it more generic (for azure functions) later. - line 122: // @TODO: Temporary. Fix later. src/app/ContosoTraders.Api.Core/Models/AutoMapperProfile.cs (1 line): - line 18: // @TODO: Fix this later src/app/ContosoTraders.Ui.Website/playwright.config.ts (1 line): - line 35: /* https://github.com/microsoft/playwright/issues/14440 - TODO - Investigate later */ src/app/ContosoTraders.Api.Carts/Controllers/ShoppingCartController.cs (1 line): - line 61: #region Load testing // @TODO: Remove this later and replace with JMeter/JMX tests src/app/ContosoTraders.Api.Core/Requests/Handlers/GetPopularProductsRequestHandler.cs (1 line): - line 8: /// @TODO: To be implemented later.