pressbooks / pressbooks-book-directory-fe

A Vue.js frontend for the Pressbooks Directory
0 stars 1 forks source link

Create a 'recommended' facet #154

Closed SteelWagstaff closed 3 years ago

SteelWagstaff commented 3 years ago

Create a new facet/filter called 'Recommended' with an include/exclude button. When clicked, only books with 'is_recommended: true' values are displayed. Screenshot from 2021-01-27 21-06-31 Add recommended to the default sort order. Recommended books should appear before non-recommended books (place just before is_original in default sort order?)

richard015ar commented 3 years ago

Small fix related to this issue: https://github.com/pressbooks/pressbooks-book-directory-fe/pull/177

richard015ar commented 3 years ago

Pending task: Once it is approved and ready for production, we should populate the replica indexes, since in order to avoid more transactions I avoided populate the replicas.

SteelWagstaff commented 3 years ago

Tested. Works as expected on dev and staging.