-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat. Add Option to delete multiple users #114
Conversation
…gain once deletion completed. only the actual api request left now
@hunxjunedo Looks good. I will pull it and have a look myself at some point soon. I would put the delete button in to the nav bar next to add button to keep it uniform with the rest of UI but that's something easy for me to fix. |
@hunxjunedo
At the end refactoring was faster than writing from the scratch. So, I appreciate your help and I hope that my feedback will help you to understand NOMAD's code base. If you fancy another task let me know. |
Acknowledged, hope that has a positive impact on my future contributions to this repository. Would love to contribute in the future. |
@hunxjunedo |
Fixes #92 , tested and works fine. If the user has any experiments, then inactivates him, otherwise deleted. Also provides the summary once action has been performed.