-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
User management view: Rethink table based layout for create / update #18561
Comments
There's some work going on in #18455 |
for you @jancborchardt |
The reason both the view and edit layout is the same is so people don't need to do a mental switch. When you have symmetry there, you immediately know what to edit. It would be great if you can clarify what you mean by "unclear and confusing". As for the inspiration, could you check with more widely used systems than Pydio and Mailcow, e.g. Google Suite or Basecamp? :) |
Soo, that’s a lot of separate things and I agree on a lot of them and have proposals to fix them, as you can see from my design review previously at #17239 (comment), e.g.:
As the feedback points are so separate though, they should ideally be opened as separate issues. :) Could you do that? Feel free to also quote my points from the issue above in the relevant ones, and @-mention me for further input. Also a simpler way of doing the "New user" form I commented at
So yes, let’s absolutely simplify this, but not get ahead of ourselves. :) Small steps and small iterations. |
If you think so ;) Feel free to open it in a way that makes sense. |
At least the creation dialog was put into a modal in NC22. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
The user management view is unclear and confusing.
Describe the solution you'd like
I think we should not use a table based layout for create and update user. I would expect that edit user will increase the "row heigh" and shows a form with the available options below the user and above the next one. Similar to Mailcow (see additional context) list but with inline edit.
Additional context
Pydio uses a list and a dialog for editing
Mailcow uses a list and plus button to show additional information. But a different page for edit.
The text was updated successfully, but these errors were encountered: