rage / ohjelmointi-22

6 stars 6 forks source link

Add page showing all course parts #4

Closed ConcernedHobbit closed 2 years ago

ConcernedHobbit commented 2 years ago

NOTE: This PR changes gatsby configuration by adding a new template render case.

Create a partial to show all exercises from allPages (context.all) by filtering for parts with any exercises. Sorts by part number and subpart number (see strings util for parsing).

Also adds a new template for pages (CourseInfoTemplate) to allow an info page style page with required data to show information about all pages.

Modified Sidebar to accomodate CourseInfo pages (frontmatter tag course_info_page)

Feedback is appreciated, especially on if this is a naive and/or overly complicated way to approach collating course exercise info.