OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
[Chore] Refactor and improve Discover field summaries
- Convert to typescript
- Fix types
- Add tests
Description
Typescript cleanup is a prerequisite to #950
Issues Resolved
N/A
Check List
- [x] New functionality includes testing.
- [x] All tests pass
- [x]
yarn test:jest - [ ]
yarn test:jest_integration - [ ]
yarn test:ftr
- [x]
- [x] All tests pass
- [ ] New functionality has been documented.
- [x] Commits are signed per the DCO using --signoff
converting to draft until I have time to debug the functional test (I've already manually verified that the the filter controls in field summaries still work with scripted fields, so it's likely something in the test case or test IDs, not in the feature).
Based on our latests discussions, these tests should move to https://github.com/opensearch-project/opensearch-dashboards-functional-test. Lets move it there and deprecate the failing tests.