-
Notifications
You must be signed in to change notification settings - Fork 11
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
Frontend for custom groups management #5
Comments
PR here #13 |
Some ideas for the UI: https://github.com/owncloud/platform/issues/15#issuecomment-279327895 I just realized that if we want to display the user display names instead of user id, we can't join with any tables. We'd need to resolve each user individually in a PHP-level join. That's f#cking horrible. That is, unless we can join with the future user account table: owncloud/core#23558 So for now I'll make a very crude UI that only work with user ids. |
Moved backend changes to #21
|
All actions already available in the frontend PR: #13 |
(except filter/autocomplete) |
|
The frontend is implemented. UX tweaks to be adressed as separate tickets. |
The text was updated successfully, but these errors were encountered: