Dt_(kit)_reviews

Dummy Data Type

The Dt_(kit)_reviews data type is used to store and manage reviews within the application.

Data Fields:

  • Images (List of images) - Images associated with the review.

  • Review comment (text) - The text of the review comment.

  • Star rating (number) - The star rating given in the review.

  • User name (text) - The name of the user who wrote the review.

  • User picture (image) - The user's profile picture.

  • Creator (User) - The user who created the review entry.

  • Modified Date (date) - The date and time when the review entry was last modified.

  • Created Date (date) - The date and time when the review entry was created.

  • Slug (text) - A unique identifier for the review entry.

Last updated