frappe / drive

100% open source file storage, sharing, and collaboration
https://frappe.io/drive
GNU Affero General Public License v3.0
299 stars 134 forks source link

Enhancing Group Functionality #212

Closed Dieule26 closed 5 months ago

Dieule26 commented 5 months ago

The new functionality will include creating groups, managing members, and managing files/folders shared within the group. Allow users to create new groups and add members to the groups. Display a list of groups that the user is a member of. Build a "My Group" section for users to manage all files/folders shared within the group. Conversion output (9)

uhrjun commented 5 months ago

Allow users to create new groups and add members to the groups.

This is already available.

Display a list of groups that the user is a member of. Build a "My Group" section for users to manage all files/folders shared within the group.

The end user shouldn't be concerned about what group they belong to. As long as the required group has access to the file, and in turn so does the user.

Folders already exist to share files with a group. So just make a folder add the group and move on.

Dieule26 commented 5 months ago

I got it. Thank you I have researched the Drive app but didn't think of this situation until you explained it.