Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filtering out data while exporting user accounts from admin dashboard #313

Open
saga0p opened this issue Mar 23, 2022 · 5 comments
Open

Comments

@saga0p
Copy link

saga0p commented Mar 23, 2022

the button export users in the admin dashboard(http://127.0.0.1:8080/dashboard/users) exports all types of user accounts in the form of CSV file regardless of the type(student, teacher, admin) we've selected
the downloaded file includes all three types of accounts - admin, teacher, student
We can filter out the data and export only those type of account which is selected in the query
for example: If I'm viewing student accounts and click on export users - the downloaded csv file should only contain users of type student, the same goes for teacher and admin type
should i fix this?

@saga0p
Copy link
Author

saga0p commented Mar 24, 2022

@llaske can you please give your inputs

@llaske
Copy link
Owner

llaske commented Mar 24, 2022

You're right it make sense to use filter (both user type and user name) in filtering.

@saga0p
Copy link
Author

saga0p commented Mar 27, 2022

@llaske @NikhilM98 I've made a request for this. can you please check

@parteekcoder
Copy link

hey @NikhilM98 @llaske Can I work upon this

@NikhilM98
Copy link
Collaborator

@parteekcoder There is someone already working on this issue. Let's wait for them to respond.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants