-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Milestone
Description
Description
We need to implement a content overview page for the application. This page will display a table list overview of the content documents for each content type when clicked from the sidebar menu. The implementation should include the following features:
Requirements
-
Sidebar Menu Link:
- When a user clicks on a content type in the left sidebar menu (e.g., Event), it should navigate to the URL pattern
/{site}/content/{type}
, where{type}
is the content type ID.
- When a user clicks on a content type in the left sidebar menu (e.g., Event), it should navigate to the URL pattern
-
Content Overview Page:
- The target page
/{site}/content/{type}
should display a table list overview of the content documents for the selected content type.
- The target page
-
Page Title:
- The title of the content type should be displayed above the table listing on the content overview page.
-
Table of Content:
- The table should display the relevant information about the content documents (e.g., Title, Author, Date, etc.).
- The table should be paginated to handle a large number of documents efficiently.
Screenshots
Metadata
Metadata
Assignees
Labels
No labels