coder999o opened a new pull request, #2607:
URL: https://github.com/apache/rocketmq-dashboard/pull/2607

   ## What is the purpose of the change
   
   Add CSV export for the Studio user management list so administrators can 
download users that match the active search, role, and status filters.
   
   ## Brief changelog
   
   - Add a paged Studio user export API helper.
   - Add an export action to Studio user management.
   - Export user ID, username, role, status, password changed time, created 
time, and modified time.
   - Add regression coverage for filtered export and paged export loading.
   
   ## Verifying this change
   
   - npm test -- src/api/studioUsers.test.ts 
src/pages/studio/__tests__/UserManagement.test.tsx
   - npm run build
   - npm run lint
   - npx prettier --check src/api/studioUsers.ts src/api/studioUsers.test.ts 
src/pages/studio/UserManagement.tsx 
src/pages/studio/__tests__/UserManagement.test.tsx
   - git diff --check


-- 
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]

Reply via email to