openstax / openstax-cms

The OpenStax CMS, built using Wagtail on top of Django.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modify Subjects page BE

RoyEJohnson opened this issue · comments

Description

To construct the context menu for the books on the Subjects page, the front end will need the book cover color and whether there are instructor resources and student resources. Ideally, three fields would be added to the pages/subjects data:

cover_color
has_faculty_resources
has_student_resources

Verified in QA.

Verified in Staging.

Verified in Production.