opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.63k stars 849 forks source link

[Lodash] Replacing Lodash functions with Native JavaScript methods in vis_type_timeline plugin #4253

Open Aigerim-ai opened 1 year ago

Aigerim-ai commented 1 year ago

Tracking issue for Lodash functions replacement with JS:

  1. You need to install this plugin by following this issue #4243
  2. List functions that are going to be replaced
  3. Please check out lodash_to_javascript.ts for existing functions #4243
  4. Create PR which replaces the Lodash functions in the chosen plugin
  5. Run tests and make sure they are working properly
  6. If there is no test written, please create issue to create tests
Aigerim-ai commented 1 year ago

@joshuarrrr Hello, @nurSaadat and I were wondering if we can start creating issues?