Ratings & Comments
User engagement with star ratings and comments.
Overview
DirectoryKit includes ratings and comments as optional features (controlled by feature flags).
Ratings
- 5-star rating system on project pages
- Average rating displayed on project cards
StarRatingcomponent incomponents/directory/- Stored in the
ratingstable
Comments
- Threaded comments on project detail pages
CommentSectioncomponent incomponents/directory/- Stored in the
commentstable
Feature flags
// config/features.config.ts
{
ratings: true, // Enable/disable star ratings
comments: true, // Enable/disable comments
}