Open
Description
Context
Implement a "Series" feature that allows users to link related articles together under a specific series, making it easier for readers to navigate through multi-part content. Similar to Dev.to's series functionality, this will enable authors to organize their content and guide readers through sequential posts.
Expected Behavior
- Allow users to group related articles into a series.
-Add a series field to the article creation form and database. This field will allow authors to specify the series title. Example: series: "Building a Fullstack App" - See Nialls comment below.
- Automatic Navigation: Once an article is part of a series, the system should automatically generate navigation links at the top and bottom of the article: "Previous article" / "Next article" with clickable links.
- Show Indication of the article’s place within the series (e.g., "Article 3 of 5").
- Articles index in the series should be chronological based on the publication date.
Metadata
Metadata
Assignees
Labels
No labels