Commit Graph

108 Commits

Author SHA1 Message Date
aa9be5ceac docs: add project overview and setup instructions to readme 2025-01-04 15:21:07 +00:00
7e7248bd9a chore: remove entire repository content leaving empty workspace 2025-01-04 07:46:15 +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
870d32c898 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-04 07:40:31 +00:00
a023630143 chore: remove placeholder safety confirmation text from commit message 2025-01-04 07:35:39 +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
ccde39feec docs: add project overview and setup instructions to README 2025-01-04 07:13:54 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00