As a user, I should be able to navigate to a chapter detail page that displays information about a general aspect about surviving college.
Proposal
There should be a route accessible at /chapters/[chapterId] where chapterId is the unique identifier for that chapter. The page must display a list of entries, each accessible by link. The page should display information (provided by a site admin or someone with permission to edit the page) about the entries displayed below.
Supplementary Information
The chapter detail page uses a similar structure and layout to the entry detail page except a chapter will contain additional sections for content like a list of associated entries.
Overview
As a user, I should be able to navigate to a chapter detail page that displays information about a general aspect about surviving college.
Proposal
There should be a route accessible at
/chapters/[chapterId]
wherechapterId
is the unique identifier for that chapter. The page must display a list of entries, each accessible by link. The page should display information (provided by a site admin or someone with permission to edit the page) about the entries displayed below.Supplementary Information
The chapter detail page uses a similar structure and layout to the entry detail page except a chapter will contain additional sections for content like a list of associated entries.