src/components/reports/ko/reportsEditor.ts (2 lines): - line 19: // TODO: Implement - line 23: // TODO: Implement src/components/products/product-subscribe/react/runtime/ProductSubscribeRuntime.tsx (2 lines): - line 91: // TODO better error handling & logging - line 117: // TODO better error handling & logging src/clients/apiClient.ts (2 lines): - line 105: if (httpRequest.method !== HttpMethod.get && httpRequest.method !== HttpMethod.head && httpRequest.method !== "OPTIONS") { // TODO: HttpMethod.options) { - line 291: // TODO: fix caching for getAll src/themes/website/styles/widgets/fui/apis-products-lists.scss (1 line): - line 20: width: 1100px; /* TODO */ src/themes/designer/styles/styles.scss (1 line): - line 46: // TODO: adjust webpack to import from the library src/components/operations/operation-list/react/runtime/OperationListRuntime.tsx (1 line): - line 88: this.graphDocService.initialize(); // TODO: remove this when the whole GQL logic is moved to React src/components/operations/operation-details/react/runtime/operation-console/graphql-utilities/utils.ts (1 line): - line 44: // TODO: when adding variables to getAutocompleteSuggestions, we appended the $. src/configuration/apimSettingsProvider.ts (1 line): - line 34: // TODO: check it in self-hosted case src/admin/utils/helpers.ts (1 line): - line 42: const patternProcessed = searchPattern.replaceAll("#", "%23"); // TODO: Remove this when the issue with # in search is fixed on the Paperbits side src/components/users/confirm-password/react/runtime/ConfirmPasswordRuntime.tsx (1 line): - line 81: password: { required: ValidationMessages.passwordRequired, eval: (val) => val.length < 8 && "Password should be at least 8 characters long." }, // TODO for self-hosted: password requirements should come from Management API. src/admin/media/mediaModal.tsx (1 line): - line 103: // TODO: check if can be replaced with map loop instead. for loop is used because BE is not deleting it properly src/components/products/product-details/react/runtime/ProductDetailsRuntime.tsx (1 line): - line 52: // TODO better error handling & logging src/components/utils/react/MarkdownProcessor.tsx (1 line): - line 5: import ReactMarkdown from "react-markdown"; // TODO: upgrade this package and all related ones when https://github.com/hashicorp/next-mdx-remote/issues/403 fixed src/components/operations/operation-details/react/runtime/OperationDetailsRuntime.tsx (1 line): - line 116: this.graphDocService.initialize(); // TODO: remove this when the whole GQL logic is moved to React src/bindingHandlers/fastForeach.ts (1 line): - line 37: // FIXME - This cloneNode could be expensive; we may prefer to iterate over the src/models/page.ts (1 line): - line 15: public nextLink?: string; // TODO: Implement .next() instead of link. src/admin/pages/pageDetailsModal.tsx (1 line): - line 137: // TODO: find a root cause of an ability to click Save button when name is empty or permalink is not unique src/admin/pages/pageLayoutDetailsModal.tsx (1 line): - line 109: // TODO: find a root cause of an ability to click Save button when name is empty or permalink is not unique src/components/users/signup/react/runtime/SignUpRuntime.tsx (1 line): - line 118: password: { required: ValidationMessages.passwordRequired, eval: (val) => val.length < 8 && "Password should be at least 8 characters long." }, // TODO for self-hosted: password requirements should come from Management API. src/components/operations/operation-details/react/runtime/utils.tsx (1 line): - line 82: {showExamples && Example}{/** TODO */} src/services/productService.ts (1 line): - line 259: * TODO: Review naming and usage. src/components/products/product-details/ko/runtime/product-details.ts (1 line): - line 69: // TODO: Uncomment when API is in place: src/bindingHandlers/mapChart.ts (1 line): - line 90: // TODO: Uncomment if graticule needed. src/components/operations/operation-details/ko/runtime/graphql-utilities/utils.ts (1 line): - line 44: // TODO: when adding variables to getAutocompleteSuggestions, we appended the $. src/components/custom-widget/listenForSecretsRequests.ts (1 line): - line 35: if (userId === "integration") userId = "1"; // TODO ok? src/services/mapiClient.ts (1 line): - line 104: if (httpRequest.method !== HttpMethod.get && httpRequest.method !== HttpMethod.head && httpRequest.method !== "OPTIONS") { // TODO: HttpMethod.options) { src/services/apiService.ts (1 line): - line 264: apiResourceUri += `?expandApiVersionSet=true`; // TODO: doesn't work in non-ARM resources src/components/products/product-subscriptions/react/runtime/ProductSubscriptionsRuntime.tsx (1 line): - line 41: // TODO better error handling & logging