RockteMQ-AI commented on issue #1959: URL: https://github.com/apache/rocketmq-dashboard/issues/1959#issuecomment-5262142839
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible **Scope:** Audit log export endpoint in Studio backend + frontend export button handler The current export behavior ignores active table filters and exports the full unfiltered dataset. This is a reasonable enhancement — users expect exported data to match what they see on screen. **Suggested approach:** - Pass the current filter state (search text, date range, status) as query parameters to the export endpoint - Backend applies the same filter predicates used by the paginated list query before generating the CSV/Excel export - Frontend export button serializes the active `TableFilters` state into the download request **Compatibility:** No breaking changes — existing unfiltered export remains the default when no filters are active. --- *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]
