AA-150: Adding a general end point for the Course Home MFE

This endpoint is intended to contain generic information for
every page in the Course Home MFE. It contains course information
for the header (Course title, org, number, key) as well as staff
status for the user and the Course tabs to display.
This commit is contained in:
Dillon Dumesnil
2020-05-21 08:37:17 -07:00
parent 97af77e785
commit 8a74bbd5fb
11 changed files with 172 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class BaseCourseHomeTests(SharedModuleStoreTestCase):
modulestore=cls.store,
)
chapter = ItemFactory(parent=cls.course, category='chapter')
ItemFactory(parent=chapter, category='sequential', display_name='sequence')
ItemFactory(parent=chapter, category='sequential')
CourseModeFactory(course_id=cls.course.id, mode_slug=CourseMode.AUDIT)
CourseModeFactory(