Skip to content

Support card view for public dataset listings #5243

@xuang7

Description

@xuang7

Feature Summary

Currently, the dataset listing pages only support a list view. It would be helpful to add a card view option, especially for public dataset listings, to make the page more visual and easier to browse.

A card view could better highlight dataset information such as the title, description, metadata, and cover image.
Based on a small initial discussion, a cover-image-based design similar to Kaggle's dataset cards seems to be a preferred direction.

Image

Proposed Solution or Design

Add a toggle or view option that allows users to switch between the existing list view and a new card view.
The card view could include:

  • Dataset title
  • Short description or subtitle [database currently does not have a separate subtitle field]
  • Cover image, if available
  • Default placeholder image or icon if no cover image is provided
  • Basic metadata, such as owner, updated time, dataset size, view count, and like count.

Option 1: Card view with cover image

This option uses a larger cover image to make the dataset listing more visual and easier to browse.

public-dataset

Option 2: More text-based card view

Another option is to use a more text-focused layout, where the cover image is excluded, optional, or displayed as a smaller thumbnail. This may work better for datasets that do not have meaningful cover images.

Sample1
Image1

Sample2
Image2

Possible Future Enhancements

For future improvements, we could also generate or assign more varied default cover images instead of using only one default placeholder image.

Also, we could consider adding dataset tags in the future to make datasets easier to browse and filter.
Example tags could include:

  • Data type: image, text, time-series, sequential, etc.
  • Subject area: biology, business, computer science, health, law, etc.

Affected Area

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions