Skip to content
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(#3158): Harmonize data explorer and live dashboard #3440

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

dominikriemer
Copy link
Member

@dominikriemer dominikriemer commented Jan 24, 2025

Purpose

This PR replaces the original live dashboard with the new data explorer-based dashboard, moves the dashboard to its own view and keeps the Charts view in the data explorer.

There is no automatic migration of old live dashboards to the new data explorer-based dashboard. In release 0.97.0, the former live dashboard is marked as deprecated and users are encouraged to migrate their live dashboards to the new dashboard. This PR is targeted at 0.98.0 and removes the deprecated live dashboard.

Remarks

PR introduces (a) breaking change(s): yes

PR introduces (a) deprecation(s): no

@dominikriemer dominikriemer linked an issue Jan 24, 2025 that may be closed by this pull request
@github-actions github-actions bot added the ui Anything that affects the UI label Jan 24, 2025
@github-actions github-actions bot added java Pull requests that update Java code backend Everything that is related to the StreamPipes backend testing Relates to any kind of test (unit test, integration, or E2E test). labels Jan 27, 2025
…#3444)

* feat(#3443): Move data explorer dashboard to dashboard UI module

* refactor(#3443): Rename data view to charts

* Refactor asset links, export and import, add migration

* Fix checkstyle

* Refactor chart asset filter

* Fix resource count
@dominikriemer dominikriemer marked this pull request as ready for review January 27, 2025 21:25
@dominikriemer dominikriemer added this to the 0.98.0 milestone Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Everything that is related to the StreamPipes backend java Pull requests that update Java code testing Relates to any kind of test (unit test, integration, or E2E test). ui Anything that affects the UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move data explorer dashboard to live dashboard view
2 participants