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

Gallery field #174

Closed
wants to merge 22 commits into from
Closed

Gallery field #174

wants to merge 22 commits into from

Conversation

danielbachhuber
Copy link
Contributor

I think we might've discussed this before, but I don't see an existing thread for it.

How would you feel about a gallery field that used the Media Library to pick a selection of images? Using a repeating / sortable media field is a bit janky UX.

@netaustin
Copy link
Contributor

I would welcome such a thing. It's on my long horizon, just over the 100% test coverage hill.

@danielbachhuber
Copy link
Contributor Author

@netaustin Before I proceed too much further here, I'd love to get your input. UX looks a bit like this (ignore the Media Explorer buttons that are being added):

image

image

image

A collection attribute makes most sense, I think, but it's exposed some shakiness in the underlying Media field and I probably need to refactor the whole thing.

I need gallery management for a couple of clients within two or three weeks, so I'm hoping we can turn this around pretty quick.

@bcampeau
Copy link
Member

This would actually solve a use case for me on a couple sites we've worked on. We've just had them use the standard gallery function via the media modal and generate a shortcode because as you said the repeating media field UX isn't efficient. However this locks down the functionality so an editor could only use the field for this purpose which is great. I like this.

@netaustin
Copy link
Contributor

Proceed apace, yeah. The underlying media field was built for the earlier version of the media modal, which was a serious pain to work with, and then mildly refactored when the media browser changed. Probably needs a more serious cleaning.

@mboynes
Copy link
Contributor

mboynes commented Aug 31, 2014

I really dig this idea. Where are you at with it @danielbachhuber? Need any assistance?

@danielbachhuber
Copy link
Contributor Author

Where are you at with it @danielbachhuber? Need any assistance?

60% done. Just need time to finish it up. What sort of test coverage are you looking for?

@mboynes
Copy link
Contributor

mboynes commented Aug 31, 2014

We don't have testing for JS (#10), so just the php functionality. Ensure that the field renders properly when setting 'collection' => true, ensure that the values save, and when loading the form, the values load properly. If there's any sort of circumstance where the values could be invalid, the tests should cover that too. There's some good precedent in this file.

mattheu and others added 11 commits January 6, 2015 17:03
…to media-collection-174

Conflicts:
	js/media/fieldmanager-media.js
	php/class-fieldmanager-media.php
…to media-collection-174-2

Conflicts:
	js/media/fieldmanager-media.js
	php/class-fieldmanager-media.php
Conflicts:
	js/media/fieldmanager-media.js
	php/class-fieldmanager-media.php
…anager into media-collection-174-mods

Conflicts:
	css/fieldmanager.css
…rdpress-fieldmanager into media-collection-174-mods
'type': 'image',
'post__in': selectedImages,
'orderby': 'post__in',
'perPage': -1
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how VIP is going to feel about this. Might need to add some transparent pagination.

@danielbachhuber
Copy link
Contributor Author

@mattheu Couple of things still:

  • If I'm using an image field with limit => 0, as Fusion is, I'd expect I could use collection => true to turn all of those images into a gallery. The behavior as it exists in this PR is to implement repeatable collections, which introduces a new data structure.
  • When I edit the collection, I'd expect it to open the edit gallery experience, not the UI to select images again.

@mboynes @netaustin still interested in this PR, or should we internalize first? what's the backlog like getting something onto VIP?

@mattheu
Copy link
Contributor

mattheu commented Jan 13, 2015

Currently you can switch from limit = 0 and collection=false to limit=false and collection=true as the data structure is the same here.

Also If you click a collection to edit - it does already open the edit gallery experience...

@danielbachhuber
Copy link
Contributor Author

Hmm. Maybe I didn't pull latest. I'll test again today

@danielbachhuber
Copy link
Contributor Author

My bad on testing — the issues are non-issues.

Because we need this now, we've moved it to a separate repo: https://github.com/fusioneng/fieldmanager-gallery

Happy to pick things up again when there's some direction from the maintainers on where we'd like this to go.

@mboynes
Copy link
Contributor

mboynes commented Jun 26, 2015

@danielbachhuber I'd love to finally merge https://github.com/fusioneng/fieldmanager-gallery into FM. Your thoughts? I'm inclined to keep it a separate field rather than add onto Fieldmanager_Media as you did initially. One potential issue is naming -- we don't want to break any sites where your plugin is installed.

@danielbachhuber
Copy link
Contributor Author

Your thoughts?

I'm open to it.

I'm inclined to keep it a separate field rather than add onto Fieldmanager_Media as you did initially.

Seems reasonable.

One potential issue is naming -- we don't want to break any sites where your plugin is installed.

I suspect this is a half dozen or less. We haven't really given it much promotion, and we only have one site. My bad not changing the name in the first place.

@mboynes mboynes modified the milestones: later, 1.1.0 Feb 20, 2016
@enrico-sorcinelli
Copy link
Contributor

I just sent a new PR with an updated Fieldmanager gallery version (with unit tests) in order to finally close this thread ;-)

@mboynes
Copy link
Contributor

mboynes commented Oct 4, 2016

Closing in favor of #506

@mboynes mboynes closed this Oct 4, 2016
@mboynes mboynes removed this from the 1.2.0 milestone Oct 10, 2017
@renatonascalves renatonascalves deleted the media-collection-174 branch February 21, 2019 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants