RockteMQ-AI commented on issue #1489: URL: https://github.com/apache/rocketmq-dashboard/issues/1489#issuecomment-5242161444
**Issue Evaluation** Category: `type/enhancement` | Status: **Evaluated** **Feasibility:** Feasible — straightforward route redirect. **Scope:** Frontend router configuration (`frontend-new/src/router/index.jsx`). **Compatibility:** No breaking changes — bookmarked `/studio/alert-management` links will transparently redirect to `/ops/alerts`. The current codebase does not contain an `/studio/alert-management` route or an `/ops/alerts` page, which suggests this targets a branch under active development (Track 1 — control plane observability). The proposed changes are clean: 1. Replace the legacy route component with a `<Navigate to="/ops/alerts" replace />` redirect. 2. Remove the eager lazy-route dependency for the legacy page. 3. No mock management workflow is retained. This is a well-scoped cleanup. Looking forward to the PR. --- *Automated evaluation by RockteMQ-AI* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
