RockteMQ-AI commented on issue #1962: URL: https://github.com/apache/rocketmq-dashboard/issues/1962#issuecomment-5262512707
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the About tab implementation. **Root Cause:** The Settings > About tab displays hard-coded build metadata (version: 0.1.0, build time: 2024-01-15 14:30:00) instead of reading from the frontend package metadata and build process. These values remain unchanged across builds, making it impossible for operators to identify which frontend artifact is deployed. **Impact:** Operators cannot verify which version of the Studio frontend is running, complicating troubleshooting and deployment verification. **Severity:** Low — operational visibility issue with no functional impact **Proposed Fix Assessment:** The proposed fix is appropriate: - Read Studio version from frontend package metadata - Generate build time during the frontend build process - Ensure both dev and production builds render non-empty values - Add focused page tests An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager-bot* -- 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]
