Commit Graph

4 Commits

Author SHA1 Message Date
8973197428 feat: implement autonomous agent with decision-making and action execution pipeline 2025-12-18 00:08:38 +00:00
8ccbef3731 chore: remove trailing whitespace from README.md line 42 2025-09-27 19:20:18 +00:00
0c14608257 feat: add detailed review content with user feedback and rating
The review now includes a full text body, a numeric rating field, and a timestamp for when the review was submitted. This enables richer display and sorting by date on the product page.
2025-01-04 07:44:34 +00:00
515195151d feat: add review functionality with user feedback and rating system
This commit introduces a new review feature that allows users to submit feedback and ratings for products. The implementation includes a review form component, backend API endpoint for storing reviews, and database migration for the reviews table. Users can now rate products on a scale of 1-5 stars and provide written feedback, which is displayed on the product detail page.
2025-01-04 07:20:50 +00:00