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

Show path / parent folder to distinguish files #5953

Closed
tbsbdr opened this issue Oct 28, 2021 · 2 comments · Fixed by #6226
Closed

Show path / parent folder to distinguish files #5953

tbsbdr opened this issue Oct 28, 2021 · 2 comments · Fixed by #6226

Comments

@tbsbdr
Copy link
Contributor

tbsbdr commented Oct 28, 2021

Userstory:

  • As a user who has searched for, shared, faved or deleted files with exactly the same names, I want to do be able to distinguish files/folders with the same name.

Acceptance criteria

  • containing / parent folder shown underneath resource name in following views:
    • search result page ✓
    • search quick results / result preview (live preview during search input) ✓
    • not sure yet (test and check back with PM/PO): (favorites ✓), shared with me, shared with others, shared via link, trashbin
  • show tooltip with full path on hover of the file name in following views:
    • favorites
    • shared with me
    • shared with others
    • shared via link
    • trashbin
  • show full path in sidebar details (all views)

Research outcome for full history/context

Usecase applies to:

    • Search for files
    • look up files in the trashbin
    • shared with others
    • favorites

The problem

If 2 files / folders with the same name got shared, it's not possible to distinguish them easily in the shared with view:
image

Possible solutions - to be discussed

1: Tooltip

as in oc classic + WEB Favorites
image
image

2: Path in front of the filename

... as it is now displayed for favorites + tooltip
image

Problem: long paths and filename get truncated
image

3. Path below Filename

Box does it like that for its favorites and search results; looks quite nice but is not easy to hit with the mouse pointer and touch devices (Target size). If we prefer this solution, we might offer the path info in the details view to provide an accessible way to those infos.
image
image

4: Show "Path" in right sidebar file-details

Show the path in the right sidebar file details
image

5: New Column "Path"

  • resizable: extra column that needs to be resizable.
  • horizontal scrolling: resizable columns would also result in horizontal scrolling of the fileslist-view
  • Search result page: A "Path" column would also be required for a comprehensive search result page and partly for a trashbin, that may holds deleted files from different spaces.
    image

Related Issues:

@kulmann
Copy link
Member

kulmann commented Oct 28, 2021

Please note that this is currently blocked by owncloud/ocis#2462 - oCIS doesn't give us proper path information at the moment.

@tbsbdr
Copy link
Contributor Author

tbsbdr commented Nov 4, 2021

Step 1:

  • show containing folder below Filename in
    • Search Result Page
    • Quicksearch Result Page
  • show tooltip with full path on hover of containing folder
    • Trash
    • Search Result Page
    • Quicksearch Result Page
    • Shared with others
  • show path in sidebar details (all views)

Step 2

  • show / hide columns: show or hide column with full path
  • column with is resizable (sideeffect: usually adds horizontal scrollbar to whole filelist)

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

Successfully merging a pull request may close this issue.

2 participants