TLDR;
When using the Entityqueue module in Drupal 8 as a tool for editors and site admins to order content, you will end up working on the following use cases:
These are the most common use cases we use at Vardot for our clients when we build a site.
Use case 1 works perfectly if you use Entityqueue as is.
However, use case 2 does not work properly. Therefore, we have contributed (or contributed to), two patches that would make life easier to build a solid experience using the Entityqueue module in Drupal 8.
Added to that, we also patched two missing features that existed in Nodequeue, and should now exist in Entityqueue for Drupal 8.
Note: this post was written on November 10, 2016, which until this date, these patches are not yet committed to Entityqueue. Please review the patches, we hope that they get committed and become part of the next Entityqueue release.
Issue link: https://www.drupal.org/node/2821631
Needed for use case 2, you will most likely need your view to limit results to only items in the entity queue you're joining in.
Issue link: https://www.drupal.org/node/2478685
For use case 2, this option will come in handy, since you will be sorting in reverse chronological order after the items in the queue are shown first.
Therefore, this nice workaround allows you check "Reverse order in admin view" to ensure the items in queue appear first in view when you sort.
Issue link: https://www.drupal.org/node/2145441
If I'm an editor or a site admin, it wouldn't make sense to me to see the queues that I can add a piece of content too.
This tab has been missed from Entityqueue, now it comes back.
Issue link: https://www.drupal.org/node/2825773
Plans for this is to integrate with the new outside-in approach of Drupal 8.2 using the Settings Tray module.
This patch provides you as an editor or site admin, to go directly to the queue from the front end using the contextual links, instead of searching for the queue by its name from the admin view.
Let's hope these patches get committed and pushed to Entityqueue module.
This tab has been missed from Entityqueue, now it comes back.