Tagged Questions
6
votes
2answers
86 views
Should I combine multiple User and Group management panels into a single screen?
Currently I am developing a user and group management plugin for out application with ExtJs 4.1
This is my first version. I packed all into 1 window, each panel has its toolbar and user/group ...
5
votes
5answers
379 views
Delete action on a user management system
I'm working on User Management System in ASP.NET MVC3. Administrator/Editor can search, insert, update and delete other users from the system.
What should I do when admin/editor clicks on Delete user ...