这是indexloc提供的服务,不要输入任何密码
Skip to content

Implement Content Overview Page #349

@DennisAlund

Description

@DennisAlund

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

  1. 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.
  2. Content Overview Page:

    • The target page /{site}/content/{type} should display a table list overview of the content documents for the selected content type.
  3. Page Title:

    • The title of the content type should be displayed above the table listing on the content overview page.
  4. 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

image
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions