anomaly-detection-dashboards-plugin
anomaly-detection-dashboards-plugin copied to clipboard
[META] MDS Support For AD
Implementation
Pages:
- [x] Dashboard Overview Page
<DashboardOverview> - [x] Detector List Page
<DetectorList>PR - https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/716 - [x] Create Detector Page step1
<CreateDetectorSteps> - [x] Create Detector Page step2
<DefineDetector> - [x] Create Detector Page step3
<ConfigureModel> - [x] Detector Detail Page
<DetectorDetail>PR - https://github.com/opensearch-project/anomaly-detection-dashboards-plugin/pull/719 - [x] Anomaly Detection Overview Page
<AnomalyDetectionOverview> - [ ] Feature Anywhere Page
Redux Store:
- [x] all functions in ad store has been updated with MDS support
- [x] all functions in anomalyResults store has been updated with MDS support
- [x] all functions in alerting store has been updated with MDS support
- [x] all functions in index store has been updated with MDS support
- [x] all functions in liveAnomalyResults store has been updated with MDS support
- [x] all functions in mapper store has been updated with MDS support
- [x] all functions in opensearch store has been updated with MDS support
- [x] all functions in previewAnomalies store has been updated with MDS support
- [x] all functions in sampleData store has been updated with MDS support
Server:
- [x] all api calls in ad route has been updated with MDS support
- [x] all api calls in alerting route has been updated with MDS support
- [x] all api calls in opensearch route has been updated with MDS support
- [x] all api cals in smapleData route has been updated with MDS support
Test:
- [x] update failed existing UTs
- [x] add UTs for server side changes
- [ ] add integration tests
Temp Hardcoded Value
- [x] line 47 in https://github.com/jackiehanyang/anomaly-detection-dashboards-plugin/edit/neoDetailPage/public/pages/CreateDetectorSteps/hooks/useFetchDetectorInfo.ts?pr=%2Fopensearch-project%2Fanomaly-detection-dashboards-plugin%2Fpull%2F719
@jackiehanyang can we close this issue since MDS support for AD has been completed? There is a separate issue for feature Anywhere #731 which we keep open.