-
Notifications
You must be signed in to change notification settings - Fork 97
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
Labels
Comments
@llaske can you please give your inputs |
You're right it make sense to use filter (both user type and user name) in filtering. |
@llaske @NikhilM98 I've made a request for this. can you please check |
hey @NikhilM98 @llaske Can I work upon this |
@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
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 selectedthe 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?
The text was updated successfully, but these errors were encountered: