WordPress / Learn

WordPress.org Learn - The canonical source for the code and content behind https://learn.WordPress.org
262 stars 89 forks source link

Modify workshop archive ordering #260

Open hlashbrooke opened 2 years ago

hlashbrooke commented 2 years ago

As per this comment: https://github.com/WordPress/learn/issues/252#issuecomment-952415901

The workshop archive ordering needs to be modified in the following ways:

  1. Workshops that are tagged with the current version of WordPress in the wporg_wp_version taxonomy show up first but are randomised within that. The current version of WordPress can be obtained through the WordPress.org API.
  2. Workshops with the Faculty tag in the wporg_workshop_type taxonomy show up next in random order.
  3. Workshops with the Community tag in the wporg_workshop_type taxonomy show up next in random order.

Randomisation needs to be consistent when using pagination.

hlashbrooke commented 2 years ago

Putting this on hold for now as we are having some discussions about how to lay out the workshop archive page.