Skip to content
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

Closed
12 of 13 tasks
PVince81 opened this issue Dec 3, 2016 · 7 comments
Closed
12 of 13 tasks

Frontend for custom groups management #5

PVince81 opened this issue Dec 3, 2016 · 7 comments
Assignees
Milestone

Comments

@PVince81
Copy link
Contributor

PVince81 commented Dec 3, 2016

  • form / panel to create new groups and become admin
  • list
    • see groups in which current user is member (read-only)
    • see members of groups in which current user is member
  • search / quick filter ?
  • actions as group admin
    • rename group
    • delete group
    • add/remove members
    • set member / groupadmin role on group members
  • actions as group member
    • see members inside group
    • leave group
@PVince81 PVince81 added this to the 9.2 milestone Dec 3, 2016
@PVince81 PVince81 mentioned this issue Dec 3, 2016
9 tasks
@PVince81 PVince81 self-assigned this Dec 8, 2016
@PVince81
Copy link
Contributor Author

PR here #13

@PVince81
Copy link
Contributor Author

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.

@PVince81
Copy link
Contributor Author

PVince81 commented Feb 16, 2017

Moved backend changes to #21

@PVince81
Copy link
Contributor Author

PVince81 commented Feb 27, 2017

All actions already available in the frontend PR: #13

@PVince81
Copy link
Contributor Author

(except filter/autocomplete)

@PVince81
Copy link
Contributor Author

PVince81 commented Feb 27, 2017

@PVince81
Copy link
Contributor Author

The frontend is implemented. UX tweaks to be adressed as separate tickets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant