You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all users are displayed in individual boxes on the admin page, making it difficult to view and manage large sets of users efficiently. A structured table format would improve readability and usability. Additionally, providing an option for the admin to download user data as a .csv file would enable further analysis and record-keeping.
Before:-
After:-
Proposed Enhancements:
Replace the current user display (boxes) with a responsive table to organize user data in a structured format.
Add a "Download as CSV" button to allow admins to export user data for further analysis.
Expected Behavior:
Users should be displayed in a tabular format with appropriate columns.
The table should support sorting and filtering for better navigation.
Clicking the "Download as CSV" button should generate a .csv file containing all user details.
If this feature is relevant, I would love to work on this! Please assign this issue to me. 🚀
The text was updated successfully, but these errors were encountered:
Description:
Currently, all users are displayed in individual boxes on the admin page, making it difficult to view and manage large sets of users efficiently. A structured table format would improve readability and usability. Additionally, providing an option for the admin to download user data as a
.csv
file would enable further analysis and record-keeping.Before:-
After:-
Proposed Enhancements:
Expected Behavior:
.csv
file containing all user details.If this feature is relevant, I would love to work on this! Please assign this issue to me. 🚀
The text was updated successfully, but these errors were encountered: