DataCater / datacater

The developer-friendly ETL platform for transforming data in real-time. Based on Apache Kafka® and Kubernetes®.
https://datacater.io
Other
82 stars 4 forks source link

fix(ui): Highlight filters #101

Closed flippingbits closed 1 year ago

flippingbits commented 1 year ago

If a pipeline step only defines a filter but no transform, highlight its name in the grid view. This helps users to quickly navigate pipelines.

Before:

Screenshot 2022-12-20 at 20 39 30

After:

Screenshot 2022-12-20 at 20 39 52
sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

HknLof commented 1 year ago

Can I stilly apply transformations? I do not see this option above the field name any longer!

flippingbits commented 1 year ago

Yes, you can. Just click on the "Transform" tab in the context bar. If a transform is applied, we will highlight the transform instead of the filter in the header of the table.

flippingbits commented 1 year ago

Thanks!