RockteMQ-AI commented on issue #3387: URL: https://github.com/apache/rocketmq-dashboard/issues/3387#issuecomment-5552723101
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Audit dashboard (frontend + backend API) **Compatibility:** No breaking changes — additive filter alongside existing filters Clear and well-scoped enhancement. The audit page currently lacks a dedicated operator filter, forcing users to rely on the general search box which matches across multiple fields. The proposed changes require: 1. **Backend:** Extend the filter-options endpoint to return distinct operator values from the audit table 2. **Frontend:** Add an operator dropdown filter alongside existing filters 3. **Query layer:** Apply operator as exact-match predicate in list, summary, and export queries **Assessment:** - Small backend change (add `DISTINCT operator` to filter-options query) - Frontend change follows existing filter patterns in the codebase - Consistency requirement (list/summary/export all filtered) is important and well-noted - Good candidate for a community contribution --- *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]
