-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CreateCsvDownloaderService #2367
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2367 +/- ##
==========================================
+ Coverage 82.93% 82.95% +0.02%
==========================================
Files 920 921 +1
Lines 20493 20522 +29
Branches 3223 3227 +4
==========================================
+ Hits 16995 17024 +29
Misses 3376 3376
Partials 122 122
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This comment has been minimized.
This comment has been minimized.
What is the actual use case of this? Why can't we directly use |
Provide a way to share multi-level data through different components, applying it for tables, dashboard and generic components |
projects/observability/src/shared/services/csv-downloader/csv-downloader.service.ts
Outdated
Show resolved
Hide resolved
projects/observability/src/shared/services/csv-downloader/csv-downloader.service.ts
Outdated
Show resolved
Hide resolved
projects/observability/src/shared/services/csv-downloader/csv-downloader.service.ts
Outdated
Show resolved
Hide resolved
projects/observability/src/shared/services/csv-downloader/csv-downloader.service.ts
Outdated
Show resolved
Hide resolved
projects/observability/src/shared/services/csv-downloader/csv-downloader.service.ts
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…eCsvDownloaderService
Description
Adding Create CSV Downloader Service
Testing
Locally tested
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.