public/pages/ConfigureModel/containers/ConfigureModel.tsx (2 lines): - line 148: // TODO: possibly add logic to also start RT and/or historical from here. Need to think - line 164: // TODO: can add focus to all components or possibly customize error message too public/pages/DefineDetector/containers/DefineDetector.tsx (2 lines): - line 136: //TODO::Avoid making call if value is same - line 184: // TODO: can add focus to all components or possibly customize error message too public/pages/Dashboard/Components/AnomaliesDistribution.tsx (2 lines): - line 49: // TODO: try to find a better way of using redux, - line 52: // TODO: update issue link to new repo once it is transferred public/pages/AnomalyCharts/containers/AnomalyHeatmapChart.tsx (1 line): - line 231: // TODO: this hook is actually getting updated more often than just when there public/pages/ReviewAndCreate/utils/helpers.ts (1 line): - line 135: // TODO:: Delete Stale metadata if name is changed public/redux/selectors/opensearch.ts (1 line): - line 58: //TODO:: Memoize this selector to avoid calculation on each time public/pages/DefineDetector/utils/whereFilters.ts (1 line): - line 16: //TODO:: Breakdown to factory pattern for rules in-case we support multiple filters. This is just ease for the single one server/utils/constants.ts (1 line): - line 67: // TODO: maybe move types/interfaces/constants/helpers shared between client and server public/pages/DefineDetector/components/NameAndDescription/utils/validation.ts (1 line): - line 12: //TODO:: Check Length, allowed characters. public/pages/Dashboard/Components/AnomaliesLiveChart.tsx (1 line): - line 344: //TODO: research more why only set this old property will work. public/utils/constants.ts (1 line): - line 62: // TODO: get this value from index settings since it is dynamic public/redux/middleware/clientMiddleware.ts (1 line): - line 23: //TODO: Find better way to define return type and avoid ANY. public/pages/DetectorDetail/utils/constants.ts (1 line): - line 68: // TODO: https://github.com/opensearch-project/anomaly-detection/issues/218 public/pages/DetectorDetail/containers/DetectorDetail.tsx (1 line): - line 134: //TODO: test dark mode once detector configuration and AD result page merged public/pages/HistoricalDetectorResults/containers/HistoricalDetectorResults.tsx (1 line): - line 140: // TODO: change this from await dispatch() to using .then(), .catch(), etc. server/routes/ad.ts (1 line): - line 983: // TODO: we should refactor other places to read feature data from public/redux/reducers/alerting.ts (1 line): - line 81: //TODO: add requesting and errorMessage public/pages/DetectorJobs/containers/DetectorJobs.tsx (1 line): - line 93: // TODO: can add focus to all components or possibly customize error message too public/pages/AnomalyCharts/containers/AnomalyDetailsChart.tsx (1 line): - line 488: //TODO: research more why only set this old property will work. public/pages/AnomalyCharts/components/FeatureChart/FeatureChart.tsx (1 line): - line 187: //TODO: research more why only set this old property will work.