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

Use WebDAV custom properties to tag/categorize files #6477

Closed
alexisread opened this issue Dec 17, 2013 · 1 comment
Closed

Use WebDAV custom properties to tag/categorize files #6477

alexisread opened this issue Dec 17, 2013 · 1 comment

Comments

@alexisread
Copy link

This request mainly arose from a need to sort files by 2 taxonomies. I can see that this idea has been used before in other WebDAV systems and there appear to be 2 main ways to use the custom properties:

  1. Tag files with multiple properties eg. Weddings, Birthdays, Holidays.
    Owncloud could then filter/sort on these custom properties in a similar fashion to Sharepoint document libraries.

  2. Tag files with a view property eg. ViewByNumberOfLegs, ViewByNumberOfWings.
    The view property references an xml document defining the tree hierarchy of files
    for that view. Owncloud could then switch the entire folder view depending on the
    custom property requested.

Both approaches would work fine with WebDAV clients (default view needed though for no view requested) and allow people to move to a cross-platform metadata filesystem over time.

In terms of Owncloud alterations, you'd need a UI for creating custom WebDAV properties, and either a UI switch between views (you could use the standard folder creation UI, and a sendToView option for moving/copying files), or a multi-select filter list (eg. Weddings AND Funerals).

I've looked through the forums, but I've not seen this request before. Does this functionality exist in Owncloud? I know that custom properties have been used before an an owncloud namespace (share), so hopefully this can be seen as only a bit of work for a big win.

Thanks

@jancborchardt
Copy link
Member

This is a duplicate of #3812 (global grouping/tagging system)

@lock lock bot locked as resolved and limited conversation to collaborators Aug 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants