Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#29329 closed enhancement (fixed)

Create Gallery needs an "unattached" filter

Reported by: pento's profile pento Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.1 Priority: normal
Severity: normal Version:
Component: Gallery Keywords: ux-feedback
Focuses: ui, javascript, administration Cc:

Description

When using Create Gallery in the post editor, it'd be nice to be able to filter by unattached images.

Attachments (5)

Screen Shot 2014-08-22 at Fri Aug 22 9.17.03 PM.png (662.6 KB) - added by designsimply 10 years ago.
29329.diff (490 bytes) - added by pento 10 years ago.
29329.2.diff (490 bytes) - added by pento 10 years ago.
29329.list-view.png (4.1 KB) - added by SergeyBiryukov 10 years ago.
unattached-copy-idea-1.png (43.3 KB) - added by folletto 10 years ago.

Download all attachments as: .zip

Change History (15)

@pento
10 years ago

#1 @pento
10 years ago

  • Keywords has-patch 4.1-early added

attachment:29329.diff adds this option.

@pento
10 years ago

#2 @pento
10 years ago

  • Focuses javascript added
  • Keywords 4.1-early removed
  • Milestone changed from Future Release to 4.1

29329.2.diff refreshes this patch to apply cleanly against trunk.

#3 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 29722:

Add 'Unattached' filter for galleries.

props pento.
fixes #29329.

#4 follow-up: @nacin
10 years ago

  • Keywords ux-feedback added; has-patch removed
  • Resolution fixed deleted
  • Status changed from closed to reopened

The "Unattached" string was added in [29426] but does not otherwise appear used in 4.0. My main concern here is the string "Unattached" is completely devoid of any sort of context for the user. What does it mean? I have no idea. Representing the concept of "Uploaded when not editing a post" is not easy, I get that. I'd rather no UI than confusing UI. Any suggestions?

#5 in reply to: ↑ 4 @SergeyBiryukov
10 years ago

Replying to nacin:

The "Unattached" string was added in [29426] but does not otherwise appear used in 4.0.

It's actually still used in the list view: 29329.list-view.png.

#6 @nacin
10 years ago

Right, but it appears in the context of "Uploaded To" there. In a dropdown inside the media dialog inside the post, it's it lacks any sort of context as to what it means. Especially since in 3.5 we essentially got rid of the concept of "attached" versus "unattached", only leaving this little piece in the list table for back compat use cases.

#7 @folletto
10 years ago

In a dropdown inside the media dialog inside the post, it's it lacks any sort of context as to what it means. Especially since in 3.5 we essentially got rid of the concept of "attached" versus "unattached", only leaving this little piece in the list table for back compat use cases.

This is a tricky one, I agree. And I agree on the lack of context. I tried to mock up a solution that relies on a different wording choice, but should keep the functionality analogous:

  • List: Uploaded to Media Gallery
  • Dropdown: Uploaded to media gallery only

#8 @helen
10 years ago

  • Resolution set to fixed
  • Status changed from reopened to closed

I think it's okay to leave it as "Unattached" right now. It's what shows in the media library filters as well. I do agree that we should think about this language going forward, though. In another discussion.

I'm not yet convinced about the wording in folletto's mockup. I do like separating the filters better, since we're currently mixing together type and where an item was uploaded, which is not great.

#9 @melchoyce
10 years ago

How about "not uploaded to a post?"

#10 @folletto
10 years ago

When I was working on the labels I tried to avoid "negative" phrasings, because while I think it could work (so, yes, "Not uploaded to a post" works) I think won't tell me the next part "so, where is it? and how did I put it there?". Which is the same problem we have now: "what does unattached mean?".

Using the split "post" / "media gallery" as potential targets clears out both where it is, and how I put it there, which is ideal for me. I agree that it could be improved, but I feel we should go for a positive, location-precise phrasing. :)

And yes, separating the two different kinds of filters is a no-brainer for me. ;)

Note: See TracTickets for help on using tickets.